Aucune description

tsteuer 8cf9025266 Update 'README.md' il y a 5 ans
db_handlers ec7d4fa4a1 update il y a 5 ans
db_migration 79182ad3ca update il y a 5 ans
README.md 8cf9025266 Update 'README.md' il y a 5 ans
setup.py fa1845af22 update il y a 5 ans

README.md

How to set up a new Package:

  • Copy folder to respository
  • Add Folder as package name in setup.py
    • Open setup.py and and folder name under packages
  • Add a init.py file inside the new package
  • Open it and add python skript names for eample:
    • Script name is FeatureSelection; from FeatureSelection import *