From 8dfee4867a373f224be16cae3a691b53f7cd6b5f Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 11 Mar 2019 12:57:33 -0400 Subject: [PATCH] Update python3 > python, add mac instructions --- INSTALL.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 6e5585c2b..b580fb02f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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