install flask

Опубликовано: 06 Июль 2026
на канале: Andrew Cumming
4,384
23

1) Install python
2) Check you can run python from the command line.
3) Add c:\python27 to the environment variable PATH if not
4) Check you can import flask from python
5) If not use pip to install Flask
6) If pip is not installed then find get-pip.py and run it
7) Update your PATH to include c:\python27\scripts