Merge pull request #41 from axu2/patch-3

Update INSTALL.md
This commit is contained in:
Alex Yatskov 2021-05-22 12:17:48 -07:00 committed by GitHub
commit aa364db2bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ For local development / building stand-alone binaries.
You need [Python 2.7](https://www.python.org/downloads/release/python-2718/).
If you are using Windows download the
`Windows x86 MSI installer`
because 32 bit Python is needed to create
a Windows executable with `py2exe`.
The performance increase from 64 bit is negligible.
If you are using Windows
and want to build a stand-alone binary
download the `Windows x86 MSI installer`
because `py2exe` for Python 2 doesn't work with 64 bit.
Any performance increase from 64 bit is negligible.
Be sure to add `python` to `PATH` during installation.