removed pyinstaller from requirements.txt

This commit is contained in:
Nick Dyer 2021-05-30 00:39:03 -04:00
parent 7743dc4319
commit d5b3e84c76
2 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,7 @@ issue the following:
git clone https://github.com/nickedyer/pocket-friends.git
cd pocket-friends
pip install -r requirements.txt
pip install pyinstaller
python compile.py
```
The compiled executable will then be in the `pocket-friends\dist` directory.

View File

@ -1,2 +1 @@
pygame==1.9.4
pyinstaller
pygame==1.9.4