Skip to content

Commit 06ac9fb

Browse files
committed
Fix outdated pip install
1 parent 52f51a4 commit 06ac9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if required. The UI can be reached at `/silk/`
103103
Via [github tags](https://github.com/jazzband/django-silk/releases):
104104

105105
```bash
106-
pip install https://github.com/jazzband/django-silk/archive/<version>.tar.gz
106+
pip install git+https://github.com/jazzband/django-silk.git@<version>#egg=django_silk
107107
```
108108

109109
You can install from master using the following, but please be aware that the version in master

0 commit comments

Comments
 (0)