Browse Source

Update 'README.md'

tsteuer 4 years ago
parent
commit
93fae2b920
1 changed files with 2 additions and 3 deletions
  1. 2 3
      README.md

+ 2 - 3
README.md

@@ -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: 
@@ -9,5 +8,5 @@ How to set up a new Package:
     * 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 * 
+    * Script name is FeatureSelection.py; from FeatureSelection import *