loganrudd / implied-vol-plot

Using the LedgerX public websocket API we're able to get live top of the orderbook updates for an option chain with over 150 different contracts and save the data to a RedisTimeSeries type as well as publish updates to listening subscribers. An example subscriber, an interactive plot showing the implied volatility skew of the selected expiration and type (call or put).
7 stars 8 forks source link

Missing install command in README.md Setup #7

Open jeffrade opened 2 years ago

jeffrade commented 2 years ago

In https://github.com/loganrudd/implied-vol-plot#setup, pip command is missing install. Should be:

...install the dependencies in requirements.txt (pip install -r requirements.txt)