Skip to content

Commit 5e16946

Browse files
committed
Document how to update constraints.txt
1 parent c01bc02 commit 5e16946

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,14 @@ docker run --rm \
1313
opendatacube/datacube-tests:latest \
1414
./check-code.sh integration_tests
1515
```
16+
17+
## Updating Dependencies
18+
19+
Run the command:
20+
21+
```shell
22+
docker run --rm \
23+
-v $(pwd):/code -w /code/docker \
24+
-it opendatacube/datacube-tests \
25+
bash -c "python3 -m pip install pip-tools && pip-compile --upgrade --output-file=constraints.txt --strip-extras constraints.in"
26+
```

0 commit comments

Comments
 (0)