mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
Update source-install about doc dependencies
Closes gh-2795
This commit is contained in:
parent
68b44e8072
commit
0edad19ee0
1 changed files with 1 additions and 1 deletions
|
@ -424,9 +424,9 @@ While we try not to break master, there are no guarantees on anything. ::
|
|||
source borg-env/bin/activate # always before using!
|
||||
|
||||
# install borg + dependencies into virtualenv
|
||||
pip install sphinx # optional, to build the docs
|
||||
cd borg
|
||||
pip install -r requirements.d/development.txt
|
||||
pip install -r requirements.d/docs.txt # optional, to build the docs
|
||||
pip install -r requirements.d/fuse.txt # optional, for FUSE support
|
||||
pip install -e . # in-place editable mode
|
||||
|
||||
|
|
Loading…
Reference in a new issue