Skip to content

Commit

Permalink
DOC: distinguish release from development snapshot in README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Aug 24, 2017
1 parent 8e62d06 commit 80247ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.rst
Expand Up @@ -14,7 +14,7 @@ TuLiP can be installed also `from PyPI <https://pypi.python.org/pypi/tulip>`_::

pip install tulip

This will install the required dependencies.
This will install the latest release, together with required dependencies.
To find out what dependencies (including optional ones) are installed, call::

tulip.interfaces.print_env()
Expand All @@ -24,10 +24,13 @@ consult https://tulip-control.sourceforge.io/doc/install.html
The next section describes how to build documentation.
A test suite is provided under ``tests/``. Consult the section "Testing" below.

Pip can install the latest development version too::
Pip can install the latest *development* snapshot too::

pip install https://github.com/tulip-control/tulip-control/archive/master.zip

Code under development can be unstable so trying `pip install tulip` first
is recommended.


Documentation
-------------
Expand Down

0 comments on commit 80247ac

Please sign in to comment.