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

@@ -85,10 +85,10 @@ by default from now on.
The 0.8.7 package on pypi was corrupted. If upgrading from 0.8.7 to 0.9.0 please follow: ::
pip uninstall pymongo
pip uninstall mongoengine
pip install pymongo==2.8
pip install mongoengine
python -m pip uninstall pymongo
python -m pip uninstall mongoengine
python -m pip install pymongo==2.8
python -m pip install mongoengine
0.8.7
*****