From 6395ac4f599fd0f3c3b369512c6204db2b0bdb16 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Tue, 27 Feb 2018 14:12:15 -0500 Subject: [PATCH] close #1111 --- INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 6fcb0728c..f06352b97 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -77,6 +77,8 @@ To install: virtualenv lbry-venv source lbry-venv/bin/activate + python --version # Python 3 is not supported. Make sure you're on Python 2.7 + pip install -U -r requirements.txt pip install --editable . ```