Skip to content

Commit 19d04ca

Browse files
committed
update install instructions to use GitHub
1 parent c9b0922 commit 19d04ca

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,9 @@ explore and build.
66

77
## Install and usage
88

9-
Use the version of `django-mongodb` that corresponds to your version of
10-
Django. For example, to get the latest compatible release for Django 5.0.x:
9+
The development version of this package supports Django 5.0.x. To install it:
1110

12-
`pip install django-mongodb==5.0.*`
13-
14-
The minor release number of Django doesn't correspond to the minor release
15-
number of django-mongodb. Use the latest minor release of each.
16-
17-
While django-mongodb only has pre-releases (alphas or betas), you'll see an
18-
error with a list of the available versions. In that case, include `--pre` to
19-
allow `pip` to install the latest pre-release.
20-
21-
For example, if django-mongodb 5.0 alpha 1 is the latest available version
22-
of the 5.0 release series:
23-
24-
```
25-
$ pip install django-mongodb==5.0.*
26-
ERROR: Could not find a version that satisfies the requirement
27-
django-mongodb==5.0.* (from versions: ..., 5.0a1)
28-
29-
$ pip install --pre django-mongodb==5.0.*
30-
...
31-
Successfully installed ... django-mongodb-5.0a1 ...
32-
```
11+
`pip install git+https://github.com/mongodb-labs/django-mongodb`
3312

3413
Configure the Django `DATABASES` setting similar to this:
3514

0 commit comments

Comments
 (0)