Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 345 Bytes

File metadata and controls

11 lines (8 loc) · 345 Bytes

Script to initiate flask directory

How This works

  1. Create and activate a virtual environment.
  2. Run pip install -r requirements.txt
  3. Run python3 flask_init.py
  4. Input the name of the project
  5. Input a directory to store your project

A new flask project directory will be created with a virtual environment inside your project.