Make install instructions copy pastable

kivy_mainline_and_py3.8
Tyler Goodlet 2018-02-12 12:46:56 -05:00
parent 7d794e9187
commit f4fc3d099b
1 changed files with 7 additions and 7 deletions

View File

@ -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::