Step 1. Install

First, ensure Python3 and venv are installed on your system. Verify by running:

python3 --version

Step 2. Navigate to your project directory

mkdir erparmour_api && cd erparmour_api

Step3 Create a virtual environment and activate it:

python3 -m venv venv