Explorar el Código

Update 'README.md'

tsteuer hace 4 años
padre
commit
93fae2b920
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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 *