Update readme

kivy_mainline_and_py3.8
Tyler Goodlet 2018-03-28 15:22:39 -04:00
parent 2ddedf92f6
commit f9e9c07823
1 changed files with 4 additions and 5 deletions

View File

@ -11,15 +11,13 @@ be cloned from this repo and hacked on directly.
A couple bleeding edge components are being used atm pertaining to
async ports of libraries for use with `trio`_.
Before installing make sure you have ``pip`` and ``virtualenv``.
Before installing make sure you have `pipenv`_.
For a development install::
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
pipenv install --dev -e .
pipenv shell
To start the real-time index ETF watchlist::
@ -33,6 +31,7 @@ broker quote query ``rate`` with ``-r``::
.. _trio: https://github.com/python-trio/trio
.. _pipenv: https://docs.pipenv.org/
Laggy distros
=============