Update INSTALL.md

Change instructions to prefer to use pip for installation
This commit is contained in:
Job Evers‐Meltzer 2016-11-28 12:57:52 -06:00 committed by GitHub
parent 7c505f2e23
commit c91034ee4c

View file

@ -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.