Improving / making changes to Tootbot

I use PDM to keep track of and control dependencies / requirements for tootbot. If you want to make changes to tootbot, I recommend you set up PDM on your system to make this easier.

After cloning the Tootbot repository use the command below to set up your virtual environment for Tootbot. With this command, PDM will create a python virtual environment and install all dependencies / requirements into it.

pdm sync --group :all