From 2517e2ff7bf35d9c134230b6459ffbc5170a5c38 Mon Sep 17 00:00:00 2001 From: Doug Richardson Date: Sat, 14 Dec 2024 11:34:04 -0800 Subject: [PATCH] Fix broken docs --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index bada7998..62e482c9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -51,14 +51,14 @@ in the root of the source checkout: .. code-block:: bash - $ pip install -e . + $ make A debug build containing more runtime checks can be created by setting the ``ASYNCPG_DEBUG`` environment variable when building: .. code-block:: bash - $ env ASYNCPG_DEBUG=1 pip install -e . + $ make debug Running tests @@ -71,4 +71,4 @@ To execute the testsuite run: .. code-block:: bash - $ python setup.py test + $ make test