Skip to content

Commit e71d62b

Browse files
committed
jib feedback
1 parent 29978c0 commit e71d62b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source/get-started/install.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,13 @@ in your development environment.
5858

5959
.. code-block:: bash
6060

61-
pip install django-mongodb-backend=={+django-version+}.0<patch-version>
61+
pip install --pre "django-mongodb-backend=={+django-version+}.*"
6262

63-
Replace the ``<patch-version>`` placeholder with the patch version you want
64-
to install (``a1``, ``a2``, ``a3``, or ``b0``).
65-
66-
This command also installs the following dependencies:
63+
This command installs the latest compatible of our library for Django version
64+
{+django-version+} and installs the following dependencies:
6765

6866
- PyMongo version {+pymongo-version+} and its dependencies
69-
- {+framework+} version {+django-version+}.x and its dependencies
67+
- Latest {+framework+} {+django-version+}.x version and its dependencies
7068

7169
After you complete these steps, you have {+django-odm+} and its
7270
dependencies installed in your development environment.

0 commit comments

Comments
 (0)