Quellcode durchsuchen

Merge branch 'master' into development

Stefano Cossu vor 7 Jahren
Ursprung
Commit
6a4b9972de
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      .github/issue_template.md
  2. 1 1
      docs/contributing.rst

+ 1 - 1
.github/issue_template.md

@@ -1,4 +1,4 @@
-### Environemnt
+### Environment
 
 Operating system: 
 

+ 1 - 1
docs/contributing.rst

@@ -23,7 +23,7 @@ To set up the software for developing code, documentation, or tests::
     source bin/activate
     git clone https://github.com/scossu/lakesuperior.git app
     cd app
-    python setup.py develop
+    pip install -e .
 
 This will allow to alter the code without having to recompile it after changes.