Skip to content

Commit b465386

Browse files
authored
Update README.md
1 parent 8aed651 commit b465386

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
5151
streamtologger
5252
```
5353
54-
- Install missing modules using `pip install module_name`
54+
- Install missing modules using `pip install {module_name}`
5555
5656
## Usage:
5757
@@ -73,12 +73,14 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
7373
7474
-If a ZeroDivisionError occurs or some data doesn't exist the value of the variable will be defaulted to 0
7575
76-
-All data is retrieved from `https://www.nseindia.com/api/option-chain-indices?symbol=*index_name*`
76+
-All data is retrieved from https://www.nseindia.com/api/option-chain-indices?symbol={index_name}
7777
78-
-[stream-to-logger](https://pypi.org/project/streamtologger/) is used for debug logging
78+
-[tksheet](https://pypi.org/project/tksheet/) is used for the table containing the data
7979
8080
-[auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/) is used for compiling the program to a .exe file
8181
82+
-[stream-to-logger](https://pypi.org/project/streamtologger/) is used for debug logging
83+
8284
## Features:
8385
8486
-The program continuously retrieves and refreshes the option chain every minute giving near real-time analysis to the traders

0 commit comments

Comments
 (0)