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
============