Update python3 > python, add mac instructions

This commit is contained in:
Thomas Zarebczan 2019-03-11 12:57:33 -04:00 committed by Lex Berezhny
parent 6614ab8e79
commit 8dfee4867a

View file

@ -20,9 +20,11 @@ macOS users will need to install [xcode command line tools](https://developer.xa
Remaining dependencies can then be installed by running:
```
brew install python3 protobuf
brew install python protobuf
```
Assistance installing Python3: https://docs.python-guide.org/starting/install3/osx/
### Linux
On Ubuntu (we recommend 18.04), install the following:
@ -44,7 +46,7 @@ To install:
cd lbry
Creating venv:
python3 -m venv lbry-venv
python -m venv lbry-venv
Activating lbry-venv on Linux/Mac:
source lbry-venv/bin/activate