Skip to content

Commit

Permalink
Merge pull request #1271 from MVrachev/setup-doc-update
Browse files Browse the repository at this point in the history
Docs: change the editable venv installation order
  • Loading branch information
lukpueh committed Feb 2, 2021
2 parents 9401059 + 9ad55bd commit 4ae675c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/CONTRIBUTORS.rst
Expand Up @@ -155,14 +155,14 @@ via PyPI).

To develop and test ``tuf`` with above commands alongside its in-house dependency
`securesystemslib <https://github.com/secure-systems-lab/securesystemslib>`_,
it is recommended to first make an editable install of ``securesystemslib`` (in
a *venv*), and then install ``tuf`` in editable mode too (in the same *venv*).
it is recommended to first make an editable install of ``tuf`` (in
a *venv*), and then install ``securesystemslib`` in editable mode too (in the same *venv*).
::

$ cd path/to/securesystemslib
$ pip install -r requirements-dev.txt
$ cd path/to/tuf
$ pip install -r requirements-dev.txt
$ cd path/to/securesystemslib
$ pip install -r requirements-dev.txt


With `tox <https://testrun.org/tox/>`_ the test suite can be executed in a
Expand Down

0 comments on commit 4ae675c

Please sign in to comment.