forked from LBRYCommunity/lbry-sdk
update INSTALL.md
This commit is contained in:
parent
b6babb1c9d
commit
1a5b2c08ee
1 changed files with 2 additions and 3 deletions
|
@ -20,9 +20,8 @@ Install [xcode command line tools](https://developer.xamarin.com/guides/testclou
|
|||
Remaining dependencies can then be installed by running:
|
||||
|
||||
```
|
||||
brew install mpfr libmpc protobuf
|
||||
sudo easy_install pip
|
||||
sudo pip install virtualenv
|
||||
brew install python3 protobuf
|
||||
python3 -m pip install virtualenv
|
||||
```
|
||||
|
||||
### Linux Prerequisites
|
||||
|
|
Loading…
Reference in a new issue