mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
Merge pull request #5643 from rpolley/update-docs-on-dev-env-setup-#5504
Update docs for dev environment installation instructions
This commit is contained in:
commit
2d8c9f1acf
2 changed files with 4 additions and 4 deletions
|
@ -156,7 +156,7 @@ controlled by that flag. See ``_setup_implied_logging()`` in
|
|||
Building a development environment
|
||||
----------------------------------
|
||||
|
||||
First, just install borg into a virtual env as described before.
|
||||
First, just install borg into a virtual env :ref:`as described before <git-installation>`.
|
||||
|
||||
To install some additional packages needed for running the tests, activate your
|
||||
virtual env and run::
|
||||
|
|
|
@ -377,9 +377,9 @@ While we try not to break master, there are no guarantees on anything.
|
|||
or
|
||||
pip install -e .[llfuse] # in-place editable mode, use llfuse
|
||||
|
||||
# optional: run all the tests, on all supported Python versions
|
||||
# optional: run all the tests, on all installed Python versions
|
||||
# requires fakeroot, available through your package manager
|
||||
fakeroot -u tox
|
||||
fakeroot -u tox --skip-missing-interpreters
|
||||
|
||||
By default the system installation of python will be used.
|
||||
If you need to use a different version of Python you can install this using ``pyenv``:
|
||||
|
|
Loading…
Reference in a new issue