Parcourir la source

doc: Fix typo (using pip inside the virtualenv)

Sebastien Badia il y a 7 ans
Parent
commit
f56a673fb5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@
     cd himport
 
     virtualenv venv
-    ./venv/bin pip install -e .
+    ./venv/bin/pip install -e .
 
 **Utilisation**