Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -71,4 +71,4 @@ To execute the testsuite run:

.. code-block:: bash

$ python setup.py test
$ make test
Loading