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 -dpip install virtualenvvirtualenv --versionvirtualenv venvvenv\Scripts\activatepip install -r requirements.txtpip install -e .