forked from LBRYCommunity/lbry-sdk
Update python3 > python, add mac instructions
This commit is contained in:
parent
6614ab8e79
commit
8dfee4867a
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
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
|
### Linux
|
||||||
|
|
||||||
On Ubuntu (we recommend 18.04), install the following:
|
On Ubuntu (we recommend 18.04), install the following:
|
||||||
|
@ -44,7 +46,7 @@ To install:
|
||||||
cd lbry
|
cd lbry
|
||||||
|
|
||||||
Creating venv:
|
Creating venv:
|
||||||
python3 -m venv lbry-venv
|
python -m venv lbry-venv
|
||||||
|
|
||||||
Activating lbry-venv on Linux/Mac:
|
Activating lbry-venv on Linux/Mac:
|
||||||
source lbry-venv/bin/activate
|
source lbry-venv/bin/activate
|
||||||
|
|
Loading…
Reference in a new issue