]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fixed dev mode readme instructions
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Oct 2020 14:05:32 +0000 (15:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Oct 2020 14:05:32 +0000 (15:05 +0100)
README.rst

index 0e3580fa8620fdbd696d9295aacd629e90fe31f3..5c74d0a5d135d09876cf0c8a36f35b763c9ca423 100644 (file)
@@ -34,8 +34,8 @@ different development pattern::
 
     python -m venv .venv
     source .venv/bin/activate
-    pip -e/setup.py[dev,test] develop    # for the base Python pacakge
-    pip -e psycopg3_c/setup.py develop   # for the C extension module
+    pip -e psycopg3/setup.py[dev,test] develop    # for the base Python pacakge
+    pip -e psycopg3_c/setup.py develop            # for the C extension module
 
 You can use tox to validate the code::
 
@@ -49,5 +49,5 @@ and to run the tests::
     tox -c psycopg3_c -s
 
 Please look at the commands definitions in the ``tox.ini`` files if you want
-to run some of the commands interacively: the dependency should be already in
-your virtualenv.
+to run some of them interacively: the dependency should be already in your
+virtualenv.