From f4fc3d099b070c50804fe42adf1ad4a6fee4bcd5 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 12 Feb 2018 12:46:56 -0500 Subject: [PATCH] Make install instructions copy pastable --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 5a5107e3..8be19b7e 100644 --- a/README.rst +++ b/README.rst @@ -15,16 +15,16 @@ Before installing make sure you have ``pip`` and ``virtualenv``. Then for a development install:: - $ git clone git@github.com:pikers/piker.git - $ cd piker - $ virtualenv env - $ source ./env/bin/activate - (env) $ pip install cython - (env) $ pip install -e ./ -r requirements.txt + git clone git@github.com:pikers/piker.git + cd piker + virtualenv env + source ./env/bin/activate + pip install cython + pip install -e ./ -r requirements.txt To start the real-time watchlist:: - (env) $ piker watch cannabis + piker watch cannabis If you insist on trying to install it (which should work) please do it from this GitHub repository::