From 05f7610057bd3eaceaa68156eec49f3589077e9b Mon Sep 17 00:00:00 2001 From: Nick Dyer Date: Sun, 30 May 2021 00:26:29 -0400 Subject: [PATCH] updated README.md to include compiling instructions. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 012897e..d84455c 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,16 @@ Now that the game is installed, just run it like you would any other Python prog `python -m pocket_friends` ...and that's it! You now have the latest dev build of Pocket Friends installed on your system! + +## Building for Windows + +If you wish to build this version of Pocket Friends for Windows, you will need the same +requirements as to install it to your system from source. After you have done that, +issue the following: +``` +git clone https://github.com/nickedyer/pocket-friends.git +cd pocket-friends +pip install -r requirements.txt +python compile.py +``` +The compiled executable will then be in the `pocket-friends\dist` directory. \ No newline at end of file