- Open a new command prompt and cd into the project folder
cd C:\git-repo\Plate_number_tracking_web_app
- Create a new virtual environment
py -m venv .venv
- Activate the virtual environment
.venv\Scripts\activate
You should see the following image displayed (.venv)
You should see the following images displayed
- Install the project dependencies
pip install -r requirements.txt
You should see the following image displayed
- Open command prompt
- Execute the below command
cd c:\git-repo\Plate_number_tracking_web_app
- Activate the virtual environment
.venv\Scripts\activate
- Set the program variables by executing the below command
set FLASK_APP=app
set FLASK_ENV=development
- Run the application
flask run --host=0.0.0.0
username: admin
password: admin_password