Files
website-v2/docs/dependencies.md
Lacey Williams Henschel 4f4e44ae1a Only show beta releases in drop-down selectively
- Add docs on dependency management
- Add manager method for versions in drop-down
- Add model method for getting version parts
- Standardize version names in fixtures
- Change manager method used to get versions for dropdown
- Change where ordering happens
- Fix test
2023-10-18 13:25:28 -07:00

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