@@ -365,6 +365,8 @@ You can use the command ``deactivate`` to return to the normal
365365Python environment. However, for now continue with
366366`configuring your first tracker`_.
367367
368+ .. _downloaded and unpacked the source:
369+
368370Installing from downloaded source
369371---------------------------------
370372
@@ -2116,12 +2118,13 @@ Problems? Testing your Python...
21162118 for PostgreSQL you want to call the ``createuser`` command with the
21172119 ``-d`` option to allow database creation.
21182120
2119- This can only be done if you downloaded and unpacked the source
2120- distrbution. It will not work if you used `pip install` as the test
2121- suite is not installed. Once you've unpacked roundup's source, if you
2122- have pytest installed, run ``python -m pytest test`` in the source
2123- directory and make sure there are no errors. If there are errors,
2124- please let us know!
2121+ This can only be done if you `install the source`_ distribution
2122+ (steps 1-3) or from a `mercurial checkout
2123+ <../code.html#get-sources>`_. It will not work if you used `pip
2124+ install` as the test suite is not installed. Once you've unpacked
2125+ roundup's source, if you have pytest installed, run ``python -m
2126+ pytest test`` in the Roundup source directory and make sure there
2127+ are no errors. If there are errors, please let us know!
21252128
21262129.. _`user guide`: user_guide.html
21272130.. _`roundup specification`: spec.html
0 commit comments