From 24dfcf21bf46c9b5fb028a01f671a724fb174ba6 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 26 Oct 2020 17:40:45 +0100 Subject: [PATCH] Fixed hacking instructions in readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5c74d0a5d..88cab28dc 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,8 @@ different development pattern:: python -m venv .venv source .venv/bin/activate - 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 + python psycopg3/setup.py[dev,test] develop # for the base Python pacakge + python psycopg3_c/setup.py develop # for the C extension module You can use tox to validate the code:: -- 2.47.2