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
ce7a0622b9
commit
034857d0e7
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -10,9 +10,9 @@ On Windows, download The_Chomsky_Index.exe [using this link](https://github.com/
|
|||
|
||||
## Install from source with pyinstaller
|
||||
|
||||
Before using pyinstaller run
|
||||
First install the requirements with
|
||||
|
||||
pip install -r requirements.txt
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
### Windows
|
||||
|
||||
|
|
@ -24,11 +24,7 @@ Before using pyinstaller run
|
|||
|
||||
### Linux
|
||||
|
||||
Do not use anaconda or miniconda. After cloning the repo, cd into it and install the requirements with
|
||||
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
Make pyinstaller and PyQt5 available with
|
||||
Do not use anaconda or miniconda. Make pyinstaller and PyQt5 available with
|
||||
|
||||
export PATH=$PATH:/home/yourname/.local/bin
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue