forked from LBRYCommunity/lbry-sdk
Update INSTALL.md
Change instructions to prefer to use pip for installation
This commit is contained in:
parent
7c505f2e23
commit
c91034ee4c
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ and install the package in the new virtualenv:
|
|||
```
|
||||
git clone https://github.com/lbryio/lbry.git
|
||||
cd lbry
|
||||
python setup.py install
|
||||
pip install -r requirements.txt
|
||||
pip install .
|
||||
```
|
||||
|
||||
To start LBRY, run `lbrynet-daemon` in a terminal.
|
||||
|
|
Loading…
Reference in a new issue