Browse Source

doc: Fix typo (using pip inside the virtualenv)

Sebastien Badia 7 years ago
parent
commit
f56a673fb5
1 changed files with 1 additions and 1 deletions
  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**