From: Daniele Varrazzo Date: Fri, 16 Oct 2020 14:05:32 +0000 (+0100) Subject: Fixed dev mode readme instructions X-Git-Tag: 3.0.dev0~457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219b920b11144ced6dbb0133d27faa9241acec77;p=thirdparty%2Fpsycopg.git Fixed dev mode readme instructions --- diff --git a/README.rst b/README.rst index 0e3580fa8..5c74d0a5d 100644 --- a/README.rst +++ b/README.rst @@ -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.