learna icon indicating copy to clipboard operation
learna copied to clipboard

Make learna installable via pip

Open PhMueller opened this issue 5 years ago • 0 comments

  • Add setup.py: Learna is installable via pip install . with this changes. If learna is installed properly via pip, it can be used much easier in different code bases. Otherwise, (currently), you have to append the source directory to the PATH-variable.
  • Rename the src directory to learna.
  • Change relative imports to absolute import statements

PhMueller avatar Jun 14 '20 16:06 PhMueller