Merge pull request #1927 from possnfiffer/patch-1

Update README.rst
This commit is contained in:
erdenezul 2018-10-22 16:44:36 +08:00 committed by GitHub
commit 1feaa8f2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,9 +36,11 @@ Installation
We recommend the use of `virtualenv <https://virtualenv.pypa.io/>`_ and of We recommend the use of `virtualenv <https://virtualenv.pypa.io/>`_ and of
`pip <https://pip.pypa.io/>`_. You can then use ``pip install -U mongoengine``. `pip <https://pip.pypa.io/>`_. You can then use ``pip install -U mongoengine``.
You may also have `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_ You may also have `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_
and thus you can use ``easy_install -U mongoengine``. Otherwise, you can download the and thus you can use ``easy_install -U mongoengine``. Another option is
source from `GitHub <http://github.com/MongoEngine/mongoengine>`_ and run ``python `pipenv <https://docs.pipenv.org/>`_. You can then use ``pipenv install mongoengine``
setup.py install``. to both create the virtual environment and install the package. Otherwise, you can
download the source from `GitHub <http://github.com/MongoEngine/mongoengine>`_ and
run ``python setup.py install``.
Dependencies Dependencies
============ ============