summaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-01-16 08:41:43 -0800
committerMicah Lee <micah@micahflee.com>2018-01-16 08:41:43 -0800
commita6bc9b92c34a801d1cccac51d050e68018ab576c (patch)
tree1aa9da9ea96bc3a6d03ed4a78edbe3051bf2a927 /BUILD.md
parentb7192f276454961ab4f87585545f76bf4d5766ae (diff)
downloadonionshare-a6bc9b92c34a801d1cccac51d050e68018ab576c.tar.gz
onionshare-a6bc9b92c34a801d1cccac51d050e68018ab576c.zip
Change Windows build instructions reference from python 3.5 to 3.6, and remove the pyinstaller-script.py hack instructions becase they are not needed anymore
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index 51297415..5d49f981 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -71,7 +71,7 @@ Now you should have `dist/OnionShare.pkg`.
### Setting up your dev environment
-Download Python 3.6.4, 32-bit (x86) from https://www.python.org/downloads/release/python-364/. I downloaded `python-3.6.4.exe`. When installing it, make sure to check the "Add Python 3.5 to PATH" checkbox on the first page of the installer.
+Download Python 3.6.4, 32-bit (x86) from https://www.python.org/downloads/release/python-364/. I downloaded `python-3.6.4.exe`. When installing it, make sure to check the "Add Python 3.6 to PATH" checkbox on the first page of the installer.
Open a command prompt, cd to the onionshare folder, and install dependencies with pip:
@@ -114,8 +114,6 @@ If you want to sign binaries with Authenticode:
### To make a .exe:
-For PyInstaller to work, you might need to edit `Scripts\pyinstaller-script.py` in your Python 3.5 folder, to work around [this bug](https://stackoverflow.com/questions/31808180/installing-pyinstaller-via-pip-leads-to-failed-to-create-process) in pip.
-
* Open a command prompt, cd into the onionshare directory, and type: `pyinstaller install\pyinstaller.spec`. `onionshare-gui.exe` and all of their supporting files will get created inside the `dist` folder.
### To build the installer: