From 08aa996e27fb65135207afe40d81538ca6fc3795 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 21 Mar 2018 17:32:32 -0400 Subject: [PATCH] Update readme for robinhood usage --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2f793c83..dedc93f1 100644 --- a/README.rst +++ b/README.rst @@ -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