Files
website-v2/docs/dependencies.md
2023-10-25 10:58:58 -05:00

374 B

Dependency Management

How to add a new Python dependency

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