Commit e716c182 authored by alvy's avatar alvy

docs: remove mentioning of multiversion install

parent bd3d57df
...@@ -70,9 +70,7 @@ finess to it, let's start with a simple example. ...@@ -70,9 +70,7 @@ finess to it, let's start with a simple example.
When your project is installed (e.g. using pip), all of the dependencies not When your project is installed (e.g. using pip), all of the dependencies not
already installed will be located (via PyPI), downloaded, built (if necessary), already installed will be located (via PyPI), downloaded, built (if necessary),
and installed and 2) Any scripts in your project will be installed with wrappers and installed and 2) Any scripts in your project will be installed with wrappers
that verify the availability of the specified dependencies at runtime, and that verify the availability of the specified dependencies at runtime.
ensure that the correct versions are added to ``sys.path`` (e.g. if multiple
versions have been installed).
.. note:: .. note::
if you declare your dependencies in ``setup.py``, you do if you declare your dependencies in ``setup.py``, you do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment