mirror of
https://github.com/jasons-gh/the-chomsky-index.git
synced 2026-03-11 08:54:36 +00:00
Update README.md
This commit is contained in:
parent
b7a0e21bae
commit
51b4c6eb9f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue