From: Daniele Varrazzo Date: Tue, 27 Oct 2020 13:43:56 +0000 (+0100) Subject: Fixed hacking instruction, again X-Git-Tag: 3.0.dev0~448 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bdfa502a64430e2c8d192161b0b8e50945c9420;p=thirdparty%2Fpsycopg.git Fixed hacking instruction, again --- diff --git a/README.rst b/README.rst index 88cab28dc..82f21bcfe 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,8 @@ different development pattern:: python -m venv .venv source .venv/bin/activate - python psycopg3/setup.py[dev,test] develop # for the base Python pacakge - python psycopg3_c/setup.py develop # for the C extension module + pip install -e ./psycopg3[dev,test] # for the base Python pacakge + pip install -e ./psycopg3_c # for the C extension module You can use tox to validate the code::