Skip to content

Commit 0d7faa9

Browse files
committed
Update README
1 parent 4676eec commit 0d7faa9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ This is useful in environments like Heroku, where traffic spikes can result in r
66

77
## Requirements
88

9-
* Python >= 3.6
10-
* Django >= 2.2
9+
Recent versions of Python and Django. See `pyproject.toml` for exact versions.
1110

1211
## Installation
1312

1413
Install from git
1514

16-
pip install git+<git address>#egg=django-request-queue-timeout
15+
```sh
16+
pip install git+<git address>#egg=django-request-queue-timeout
17+
```
1718

18-
Install from [PyPI](https://pypi.org/)
19+
Install from [PyPI](https://pypi.org/project/django-request-queue-timeout/)
1920

20-
pip install django-request-queue-timeout # Not yet published to PyPI
21+
```sh
22+
pip install django-request-queue-timeout
23+
```
2124

2225
Add to `MIDDLEWARE` list in settings file as the first item:
2326

0 commit comments

Comments
 (0)