Explorar el Código

Corrected pip install line - fixes #21

Miroslav Shubernetskiy hace 10 años
padre
commit
e17b4d358c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 -------