Skip to content

Commit 2517e2f

Browse files
committed
Fix broken docs
1 parent e9bb695 commit 2517e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ in the root of the source checkout:
5151

5252
.. code-block:: bash
5353
54-
$ pip install -e .
54+
$ make
5555
5656
A debug build containing more runtime checks can be created by setting
5757
the ``ASYNCPG_DEBUG`` environment variable when building:
5858

5959
.. code-block:: bash
6060
61-
$ env ASYNCPG_DEBUG=1 pip install -e .
61+
$ make debug
6262
6363
6464
Running tests
@@ -71,4 +71,4 @@ To execute the testsuite run:
7171

7272
.. code-block:: bash
7373
74-
$ python setup.py test
74+
$ make test

0 commit comments

Comments
 (0)