Sfoglia il codice sorgente

Corrected pip install line - fixes #21

Miroslav Shubernetskiy 10 anni fa
parent
commit
e17b4d358c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.rst

+ 1 - 1
README.rst

@@ -35,7 +35,7 @@ Using pip::
 
 or from source code::
 
-    $ pip install -r git+http://github.com/miki725/django-rest-framework-bulk#egg=djangorestframework-bulk
+    $ pip install -e git+http://github.com/miki725/django-rest-framework-bulk#egg=djangorestframework-bulk
 
 Example
 -------