Update readme for robinhood usage

kivy_mainline_and_py3.8
Tyler Goodlet 2018-03-21 17:32:32 -04:00
parent 178e091f41
commit 08aa996e27
1 changed files with 8 additions and 2 deletions

View File

@ -21,9 +21,15 @@ For a development install::
pip install cython
pip install -e ./ -r requirements.txt
To start the real-time pot-stock watchlist::
To start the real-time index ETF watchlist::
piker watch cannabis
piker watch indexes -l info
If you want to see super granular price changes, increase the
broker quote query ``rate`` with ``-r``::
piker watch indexes -l info -r 10
.. _trio: https://github.com/python-trio/trio