From 51b4c6eb9f8cd4ac71c7f224227ee9e1e545c789 Mon Sep 17 00:00:00 2001 From: Jason Lobo Date: Thu, 8 Oct 2020 19:26:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 65b1054..44c9cfe 100644 --- a/README.md +++ b/README.md @@ -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