Mercurial > p > roundup > code
diff doc/installation.txt @ 7374:72de757edf78
issue2551220 - In installation.txt clarify source directory.
Added links to how to download source and added that testing only
works from source install.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 20 May 2023 12:19:54 -0400 |
| parents | 692242b3effd |
| children | deb8e7e6d66d |
line wrap: on
line diff
--- a/doc/installation.txt Thu May 18 21:10:56 2023 -0400 +++ b/doc/installation.txt Sat May 20 12:19:54 2023 -0400 @@ -365,6 +365,8 @@ Python environment. However, for now continue with `configuring your first tracker`_. +.. _downloaded and unpacked the source: + Installing from downloaded source --------------------------------- @@ -2116,12 +2118,13 @@ for PostgreSQL you want to call the ``createuser`` command with the ``-d`` option to allow database creation. -This can only be done if you downloaded and unpacked the source -distrbution. It will not work if you used `pip install` as the test -suite is not installed. Once you've unpacked roundup's source, if you -have pytest installed, run ``python -m pytest test`` in the source -directory and make sure there are no errors. If there are errors, -please let us know! +This can only be done if you `install the source`_ distribution +(steps 1-3) or from a `mercurial checkout +<../code.html#get-sources>`_. It will not work if you used `pip +install` as the test suite is not installed. Once you've unpacked +roundup's source, if you have pytest installed, run ``python -m +pytest test`` in the Roundup source directory and make sure there +are no errors. If there are errors, please let us know! .. _`user guide`: user_guide.html .. _`roundup specification`: spec.html
