Replace 'pip' with 'python -m pip install' in docs

This commit is contained in:
Filip Kucharczyk
2019-12-05 01:13:05 +01:00
parent abc159b7b9
commit 37ffeafeff
5 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ MongoEngine is available on PyPI, so you can use :program:`pip`:
.. code-block:: console
$ pip install mongoengine
$ python -m pip install mongoengine
Alternatively, if you don't have setuptools installed, `download it from PyPi
<http://pypi.python.org/pypi/mongoengine/>`_ and run