- Run
just down
to kill your running containers - Add the package to
requirements.in
- Run
just pip-compile
, which will add the dependency torequirements.txt
- Run
just rebuild
to rebuild your Docker image to include the new dependencies - Run
docker compose up
and continue with development