Install Python3.10 on Ubuntu https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/
- sudo apt update && sudo apt upgrade
- sudo apt install software-properties-common
- sudo add-apt-repository ppa:deadsnakes/ppa
- sudo apt install python3.10
- Clone this repository
- Within repository, run
python3.10 setup.py installorchmod +x setup.pyand then simply./setup.py install.
- run
source ./venv/bin/activateand thenpython3.10 run_bot.py - run
chmod +x run_bot.pyand then./run_bot.py
- run
python3.10 setup.py removeto remove the virtual environment - run
python3.10 setup.py remove-allto remove the virtual environment and the installed apt packages