File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,21 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra
1515
1616-Types of variants available:
1717
18- 1 . ` .py ` (Python Source Code)
19-
20- 2 . ` .pyw ` (Compiled Python file without Console)
21-
22- 3 . ` .exe ` (Windows Executable)
18+ 1 . ` .exe ` (Windows Executable)
2319
24- -Requirements for 3:
20+ 2 . ` .py ` (Python Source Code)
21+
22+ -Requirements for 1:
2523
2624 - Windows OS
2725
28- -Requirements for 1 and 2:
26+ -Requirements for 2:
2927
3028 - Python 3.6+
3129
3230 - For Windows https://www.python.org/downloads/ is recommended
3331
3432 - Add Python to PATH/Environment Variables during installation in Windows (recommended)
35-
36- - To run the Compiled Python file with Console change the extension to ` .pyc `
3733
3834 - Required modules: [ requirements.txt] ( https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/blob/master/requirements.txt )
3935
You can’t perform that action at this time.
0 commit comments