This is a basic prototype. It leaves a lot to be desired.
- Make a virtual environment
cd PyQtMapManager
python -m venv mmqt_env
# activate it
source mmqt_env/bin/activate
# on linux, always upgrade pip
pip install --upgrade pip
- Install backend MapManager
# in the `PyQtMapManager` folder
pip install -e ../.
- Install PyQtMapManager
# in the `PyQtMapManager` folder
pip install -r requirements.txt
python main.py