This commit is contained in:
Alex Grin 2018-02-27 14:12:15 -05:00 committed by GitHub
parent 7634d056a9
commit 6395ac4f59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,8 @@ To install:
virtualenv lbry-venv
source lbry-venv/bin/activate
python --version # Python 3 is not supported. Make sure you're on Python 2.7
pip install -U -r requirements.txt
pip install --editable .
```