Replace 'pip' with 'python -m pip install' in docs
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user