To start to use the WMS, first you need to make your virtual enviroment (venv) with this comand:
virtualenv --python=python3.8 venv
To activate the venv, use thid comand:
source venv/bin/activate
After activate the venv, install necessary libs with this comand:
pip install -r requirements.txt