|
@@ -12,7 +12,7 @@ How to set up a new Package:
|
|
* Open setup.py and add package name under install_requires
|
|
* Open setup.py and add package name under install_requires
|
|
* Add a __init__.py file inside the new package folder
|
|
* Add a __init__.py file inside the new package folder
|
|
* Open it and addall python skript which schould be included
|
|
* Open it and addall python skript which schould be included
|
|
- * Script name is FeatureSelection.py the line to add would be: from FeatureSelection import *
|
|
|
|
|
|
+ * Script name is FeatureSelection.py the line to add would be: from .FeatureSelection import *
|
|
|
|
|
|
### Import into Script
|
|
### Import into Script
|
|
|
|
|