Skip to content

Commit a38e0d9

Browse files
committed
Ceased releasing Python Compiled Files (.pyc/.pyw) since it runs only on specific versions of Python
Updated Documentation for the same
1 parent 3c87cc6 commit a38e0d9

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)