Skip to content

Commit

Permalink
Small fix to conda install docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dotsdl committed Jun 25, 2016
1 parent 4007e3e commit a394d36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The rules for this file:

------------------------------------------------------------------------------

??/??/16 dotsdl, gabrielelanaro
??/??/16 dotsdl, gabrielelanaro, kain88-de

* 0.7.0

Expand Down Expand Up @@ -45,6 +45,9 @@ Changes
* Switched from ``pathlib`` to ``pathlib2`` as a dependency for backwards
compatibility with python < 3.4.

Doc Updates

* Added conda package installation instructions.



Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ directory::

Alternatively we also provide conda package. ::

conda install -c datreant.core
conda install -c datreant datreant.core

All datreant packages currently support the following Python versions::

Expand Down

2 comments on commit a394d36

@orbeckst
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dotsdl thanks for fixing, apologies for a premature merge #71.

@kain88-de
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for fixing my mistakes

Please sign in to comment.