|
@@ -1,5 +1,4 @@
|
|
-Install cdplib via pipenv:
|
|
|
|
- pipenv install -e git+https://readonly:readonly@intra.acdp.at/gogs/tanja/cdplib.git#egg=cdplib
|
|
|
|
|
|
+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:
|
|
How to set up a new Package:
|
|
@@ -9,5 +8,5 @@ How to set up a new Package:
|
|
* Open setup.py and and folder name under packages
|
|
* Open setup.py and and folder name under packages
|
|
* Add a __init__.py file inside the new package
|
|
* Add a __init__.py file inside the new package
|
|
* Open it and add python skript names for eample:
|
|
* Open it and add python skript names for eample:
|
|
- * Script name is FeatureSelection; from FeatureSelection import *
|
|
|
|
|
|
+ * Script name is FeatureSelection.py; from FeatureSelection import *
|
|
|
|
|