Activate Python Virtual Environment
Most task can be done via uv, but in certain cases you may want to run python commands directly, in that case you need to activate the python virtual environment first.
cd ./backend
source .venv/bin/activate
if there is no virtual environment, create one:
cd ./backend
uv sync
Converted and distributed by TomeVault — claim your Tome and manage your conversions.