From 7634d056a9e51cc6cfd1e5aa909b90e3001104b1 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Tue, 27 Feb 2018 14:10:49 -0500 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b88b1291d..6fcb0728c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,6 +8,11 @@ These instructions are for installing from source code, which is recommended if Before starting, you'll need to install some additional libraries depending on your operating system. +### Python + +LBRY requires Python 2.7. Python 3 is not supported. + + ### OS X Prerequisites Install [xcode command line tools](https://developer.xamarin.com/guides/testcloud/calabash/configuring/osx/install-xcode-command-line-tools/) and [homebrew](http://brew.sh/).