Quellcode durchsuchen

Corrected pip install line - fixes #21

Miroslav Shubernetskiy vor 10 Jahren
Ursprung
Commit
e17b4d358c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 -------