Update README.md

This commit is contained in:
Jason Lobo 2020-10-08 19:26:10 +01:00
parent b7a0e21bae
commit 51b4c6eb9f

View file

@ -10,6 +10,10 @@ Download The_Chomsky_Index.exe from [releases](https://github.com/jasons-gh/the-
## Install from source with pyinstaller
Before using pyinstaller run
pip install -r requirements.txt
### Windows
pyinstaller --icon=icon_black.ico --add-data cnt/*.cnt;cnt --add-data icon_white.png;png -w --onefile display.py