Skip to content

Commit

Permalink
Ceased releasing Python Compiled Files (.pyc/.pyw) since it runs only…
Browse files Browse the repository at this point in the history
… on specific versions of Python

Updated Documentation for the same
  • Loading branch information
VarunS2002 committed Jan 4, 2021
1 parent 3c87cc6 commit a38e0d9
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ Calculations are based on [Mr. Sameer Dharaskar's Course](http://advancesharetra

-Types of variants available:

1. `.py` (Python Source Code)

2. `.pyw` (Compiled Python file without Console)

3. `.exe` (Windows Executable)
1. `.exe` (Windows Executable)

-Requirements for 3:
2. `.py` (Python Source Code)

-Requirements for 1:

- Windows OS

-Requirements for 1 and 2:
-Requirements for 2:

- Python 3.6+

- For Windows https://www.python.org/downloads/ is recommended

- Add Python to PATH/Environment Variables during installation in Windows (recommended)

- To run the Compiled Python file with Console change the extension to `.pyc`

- Required modules: [requirements.txt](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/blob/master/requirements.txt)

Expand Down

0 comments on commit a38e0d9

Please sign in to comment.