From 598d6bf4c5e75ad78a8562efda1aa7e4f7c1b3ba Mon Sep 17 00:00:00 2001 From: __ROLLER__ Date: Sun, 21 Oct 2018 12:47:23 -0600 Subject: [PATCH] Update README.rst Added information on using pipenv to the Installation section --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 17cb3e33..4e186a85 100644 --- a/README.rst +++ b/README.rst @@ -36,9 +36,11 @@ Installation We recommend the use of `virtualenv `_ and of `pip `_. You can then use ``pip install -U mongoengine``. You may also have `setuptools `_ -and thus you can use ``easy_install -U mongoengine``. Otherwise, you can download the -source from `GitHub `_ and run ``python -setup.py install``. +and thus you can use ``easy_install -U mongoengine``. Another option is +`pipenv `_. You can then use ``pipenv install mongoengine`` +to both create the virtual environment and install the package. Otherwise, you can +download the source from `GitHub `_ and +run ``python setup.py install``. Dependencies ============