Windows: Windows Flask
Prerequisites:
1. python version installed (generally 2.X)
2. easy_install is installed.
When installing python, remember to configure the Python environment variables. For example, I directly add G: \ Python to the Path.
Verify that Python is successfully installed: Enter python or python-V in cmd.
Certificate ---------------------------------------------------------------------------------------------------------------------------------------------------
This is the website for downloading easy_install.
: The http://pypi.python.org/pypi/setuptools can find the correct version for download.
You can download setuptools-0.6c11.win32-py2.7.exe in win7 32-bit.
For win7 64-bit OS, you must use ez_setup.py for installation.
Below is my 64-bit download
My:
Https://pypi.python.org/packages/ba/2c/743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d/ez_setup-0.9.tar.gz
Download ez_setup.py and decompress it. Go to the decompressed path under cmd and run python ez_setup.py to install it automatically.
After easy_install is installed, add the directory where easy_install is located in the PATH of the system environment variable, for example, G: \ Python \ Scripts