Telegram Bot for UPV restaurants
This project is licensed under the GNU GPLv3 - see the LICENSE file for details
Prepare venv
python3 -m venv .venv --clear
.venv\Scripts\python.exe -m pip install -U pip
.venv\Scripts\python.exe -m pip install -U setuptools wheel
.venv\Scripts\python.exe -m pip install -e .
Generate wheel
.venv\Scripts\python.exe setup.py bdist_wheel clean --all