Browse Source

Update 'README.md'

tsteuer 4 years ago
parent
commit
8cf9025266
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+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 * 
+