- Create and activate a virtual environment.
- Run
pip install -r requirements.txt
- Run
python3 flask_init.py
- Input the name of the project
- Input a directory to store your project
A new flask project directory will be created with a virtual environment inside your project.