mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
374 B
374 B
Dependency Management
How to add a new Python dependency
- Run
just downto kill your running containers - Add the package to
requirements.in - Run
just pip-compile, which will add the dependency torequirements.txt - Run
just rebuildto rebuild your Docker image to include the new dependencies - Run
docker compose upand continue with development