All the below commands should be executed in the root directory of the project.
docker-compose up -d
# or
docker-compose -f docker-compose.yml up -d
pip install virtualenv
virtualenv --version
virtualenv venv
venv\Scripts\activate
pip install -r requirements.txt
pip install -e .