Windows Service with Python 3.5 and pyinstaller
- Python 3.5.x
- Visual C++ Build Tools 2015
- PyInstaller 3.2
| """ | |
| Simple Moving Average implemented using KiteConnect Python library. -- [https://kite.trade](kite.trade) | |
| Rainmatter (c) 2016 | |
| License | |
| ------- | |
| This GIST is licensed under the MIT License | |
| """ | |
| from kiteconnect import KiteConnect |
Windows Service with Python 3.5 and pyinstaller