forked from LBRYCommunity/lbry-sdk
pip install must be run with upgrade flag
This commit is contained in:
parent
a167beaad1
commit
61e78c1b69
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ To install:
|
|||
virtualenv lbry-venv
|
||||
source lbry-venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
pip install -U -r requirements.txt
|
||||
pip install --editable .
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue