Files
website-v2/docs/dependencies.md

364 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 just up and continue with development