We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bb695 commit 2517e2fCopy full SHA for 2517e2f
docs/installation.rst
@@ -51,14 +51,14 @@ in the root of the source checkout:
51
52
.. code-block:: bash
53
54
- $ pip install -e .
+ $ make
55
56
A debug build containing more runtime checks can be created by setting
57
the ``ASYNCPG_DEBUG`` environment variable when building:
58
59
60
61
- $ env ASYNCPG_DEBUG=1 pip install -e .
+ $ make debug
62
63
64
Running tests
@@ -71,4 +71,4 @@ To execute the testsuite run:
71
72
73
74
- $ python setup.py test
+ $ make test
0 commit comments