From d5b3e84c76a617db93258ab727781bba2fb54fcc Mon Sep 17 00:00:00 2001 From: Nick Dyer Date: Sun, 30 May 2021 00:39:03 -0400 Subject: [PATCH] removed pyinstaller from requirements.txt --- README.md | 1 + requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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