Skip to content

Commit 8618048

Browse files
committed
Document optional django install
1 parent 9995a95 commit 8618048

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Use the `@name` notation to specify the branch or tag; e.g., to install developm
4343
pip install git+https://github.com/dh-tech/undate-python@develop#egg=undate
4444
```
4545

46+
### Optional Django Support (PRELIMINARY / IN PROGRESS)
47+
48+
To install with optional Django integration field support:
49+
```console
50+
pip install undate[django]
51+
```
52+
53+
4654
## Example Usage
4755

4856
Often humanities and cultural data include imprecise or uncertain

0 commit comments

Comments
 (0)