Here is a quick instruction:
- Install python: https://www.python.org/downloads/
- Go to the scripts folder of the python folder
- Run pip.exe install virtualenv
- Run virtualenv.exe test_project
- Go to the script folder of the new folder: cd test_project/Scripts
- Run pip.exe install Flask
- Create a hello-world app
- Run it from the current directory: python.exe hello.py
No comments:
Post a Comment