Update readme
parent
2ddedf92f6
commit
f9e9c07823
|
@ -11,15 +11,13 @@ be cloned from this repo and hacked on directly.
|
||||||
A couple bleeding edge components are being used atm pertaining to
|
A couple bleeding edge components are being used atm pertaining to
|
||||||
async ports of libraries for use with `trio`_.
|
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::
|
For a development install::
|
||||||
|
|
||||||
git clone git@github.com:pikers/piker.git
|
git clone git@github.com:pikers/piker.git
|
||||||
cd piker
|
cd piker
|
||||||
virtualenv env
|
pipenv install --dev -e .
|
||||||
source ./env/bin/activate
|
pipenv shell
|
||||||
pip install cython
|
|
||||||
pip install -e ./ -r requirements.txt
|
|
||||||
|
|
||||||
To start the real-time index ETF watchlist::
|
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
|
.. _trio: https://github.com/python-trio/trio
|
||||||
|
.. _pipenv: https://docs.pipenv.org/
|
||||||
|
|
||||||
Laggy distros
|
Laggy distros
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Reference in New Issue