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

@@ -18,7 +18,7 @@ location --- running it locally will be easier, but if that is not an option
then it may be run on a remote server. If you haven't installed MongoEngine,
simply use pip to install it like so::
$ pip install mongoengine
$ python -m pip install mongoengine
Before we can start using MongoEngine, we need to tell it how to connect to our
instance of :program:`mongod`. For this we use the :func:`~mongoengine.connect`