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

@@ -7,7 +7,7 @@ MongoDB. To install it, simply run
.. code-block:: console
$ pip install -U mongoengine
$ python -m pip install -U mongoengine
:doc:`tutorial`
A quick tutorial building a tumblelog to get you up and running with