From: Harry Lees Date: Fri, 3 Feb 2023 11:57:50 +0000 (+0000) Subject: fixed broken link to pip docs X-Git-Tag: pool-3.2.0~127^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc0e1a6fef5aac3aa03bcf98d05f36f3c956b14;p=thirdparty%2Fpsycopg.git fixed broken link to pip docs --- diff --git a/README.rst b/README.rst index 50934d83d..aaaf0c4ba 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,7 @@ requirements:: pip install -e ./psycopg_pool # for the connection pool pip install ./psycopg_c # for the C speedup module -.. __: https://pip.pypa.io/en/stable/reference/pip_install/#install-editable +.. __: https://pip.pypa.io/en/stable/topics/local-project-installs/#editable-installs Please add ``--config-settings editable_mode=strict`` to the ``pip install -e`` above if you experience `editable mode broken`__.