Skip to content

Commit

Permalink
Few docu updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Aug 4, 2017
1 parent d71c012 commit 4fbab69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/ug_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Release notes
* Version 1.2.0

- Installable with pip.
- Fix parallel testing issues.
- Installable with conda.
- Automatic deployment of new releases.
- Fix parallel unit testing issues.

* Version 1.1.3

Expand Down
16 changes: 14 additions & 2 deletions doc/ug_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,23 @@ command.
Installation
============

You can install Yaff with pip:
You can install Yaff with pip (in your home directory):

.. code:: bash
pip install --user yaff
pip install yaff --user
or in system wide or in a virtual environment:

.. code:: bash
pip install yaff
Alternatively, you can also install yaff with conda. See https://www.continuum.io/downloads

.. code:: bash
conda install -c tovrstra yaff
Test your installation
Expand Down

0 comments on commit 4fbab69

Please sign in to comment.