Aucune description

tsteuer 93fae2b920 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 93fae2b920 Update 'README.md' il y a 5 ans
setup.py fa1845af22 update il y a 5 ans

README.md

Install cdplib via pipenv: pipenv install -e git+https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git#egg=cdplib

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.py; from FeatureSelection import *