diff --git a/README.md b/README.md index d84455c..85052ab 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index ebe6d05..125fed6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -pygame==1.9.4 -pyinstaller \ No newline at end of file +pygame==1.9.4 \ No newline at end of file