VarunS2002 / Python-NSE-Option-Chain-Analyzer

The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis.
GNU General Public License v3.0
390 stars 205 forks source link

Unable to install in MAC OS Catalina #47

Closed Thesoulofsuccess closed 2 years ago

Thesoulofsuccess commented 2 years ago

Hello Varun, this is good stuff. However me unable to install this exe in MAC, I have OS catalina 10.15.7

VarunS2002 commented 2 years ago

@Thesoulofsuccess The .exe file is only supported on Windows machines. For MacOS, you will have to setup a python environment and run the python file. Please refer to the documentation: https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer#installation If you are confused, you might want to watch YouTube.