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
|
git clone https://github.com/lbryio/lbry.git
|
||||||
cd lbry
|
cd lbry
|
||||||
python setup.py install
|
pip install -r requirements.txt
|
||||||
|
pip install .
|
||||||
```
|
```
|
||||||
|
|
||||||
To start LBRY, run `lbrynet-daemon` in a terminal.
|
To start LBRY, run `lbrynet-daemon` in a terminal.
|
||||||
|
|
Loading…
Add table
Reference in a new issue