Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 374 Bytes

dependencies.md

File metadata and controls

9 lines (7 loc) · 374 Bytes

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