generated from nationalarchives/django-application-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,22 +21,19 @@ Use the following to automatically use the latest version (e.g. [pendulum](https | |
|
||
```sh | ||
docker compose exec dev poetry add DateTime | ||
docker compose exec dev poetry update | ||
``` | ||
|
||
Or, specify a version: | ||
|
||
```sh | ||
docker compose exec dev poetry add [email protected] | ||
docker compose exec dev poetry add "DateTime@>=4.0" | ||
docker compose exec dev poetry update | ||
``` | ||
|
||
Or, to a group | ||
|
||
```sh | ||
docker compose exec dev poetry add --group <group-name> <package-name> | ||
docker compose exec dev poetry update | ||
``` | ||
|
||
See the [Poetry docs](https://python-poetry.org/docs/cli/#add) for more options. | ||
|
@@ -45,5 +42,4 @@ See the [Poetry docs](https://python-poetry.org/docs/cli/#add) for more options. | |
|
||
```sh | ||
docker compose exec dev poetry remove DateTime | ||
docker compose exec dev poetry update | ||
``` |