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
15
15
16
16
-Types of variants available:
17
17
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)
23
19
24
- -Requirements for 3:
20
+ 2 . ` .py ` (Python Source Code)
21
+
22
+ -Requirements for 1:
25
23
26
24
- Windows OS
27
25
28
- -Requirements for 1 and 2:
26
+ -Requirements for 2:
29
27
30
28
- Python 3.6+
31
29
32
30
- For Windows https://www.python.org/downloads/ is recommended
33
31
34
32
- 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 `
37
33
38
34
- Required modules: [ requirements.txt] ( https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/blob/master/requirements.txt )
39
35
You can’t perform that action at this time.
0 commit comments