removed pyinstaller from requirements.txt
This commit is contained in:
parent
7743dc4319
commit
d5b3e84c76
@ -36,6 +36,7 @@ issue the following:
|
|||||||
git clone https://github.com/nickedyer/pocket-friends.git
|
git clone https://github.com/nickedyer/pocket-friends.git
|
||||||
cd pocket-friends
|
cd pocket-friends
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install pyinstaller
|
||||||
python compile.py
|
python compile.py
|
||||||
```
|
```
|
||||||
The compiled executable will then be in the `pocket-friends\dist` directory.
|
The compiled executable will then be in the `pocket-friends\dist` directory.
|
@ -1,2 +1 @@
|
|||||||
pygame==1.9.4
|
pygame==1.9.4
|
||||||
pyinstaller
|
|
Loading…
Reference in New Issue
Block a user