From c91034ee4c2b23daa544a84d9158e0132b17b3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Job=20Evers=E2=80=90Meltzer?= Date: Mon, 28 Nov 2016 12:57:52 -0600 Subject: [PATCH] Update INSTALL.md Change instructions to prefer to use pip for installation --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 4d67c9bce..ebd6de465 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,7 +50,8 @@ and install the package in the new virtualenv: ``` git clone https://github.com/lbryio/lbry.git cd lbry - python setup.py install + pip install -r requirements.txt + pip install . ``` To start LBRY, run `lbrynet-daemon` in a terminal.