Skip to content

Commit

Permalink
Update documentation to reflect Python 3.8+
Browse files Browse the repository at this point in the history
support and installation in editable mode
  • Loading branch information
user committed Nov 27, 2023
1 parent 07b13d5 commit 59b7130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The field should be visibly hidden and not be available to receive any value fro

Wagtail honey pot can be used in environments:

- Python 3.7+
- Python 3.8+
- Django 3.2+
- Wagtail 4.1+

Expand Down
6 changes: 6 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Development Setup

With a virtual environment activated, install the package in editable mode:

```bash
pip install -e "[.development]"
```

There is a [testapp](../tests/testapp/) provided that is a fully configured minimal setup using Wagtail v4.2

Setup the app:
Expand Down

0 comments on commit 59b7130

Please sign in to comment.