Skip to content

Commit

Permalink
Update README with conda install information
Browse files Browse the repository at this point in the history
Also updated reference to command 'phildb' rather than 'phil'.
  • Loading branch information
amacd31 committed Aug 12, 2017
1 parent 0682a93 commit b0c3e70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,18 @@ The latest stable version can be installed from pypi with::

pip install phildb

The latest stable version can also be installed from conda with::

conda install -c amacd31 phildb

The latest development version can be installed from github with::

pip install git+https://github.com/amacd31/phildb.git@dev

The latest development version can be installed from conda with::

conda install -c amacd31/label/dev phildb

Development environment
^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -84,7 +92,7 @@ Open the newly created PhilDB

::

phil new_tsdb
phildb new_tsdb

If using the development environment built with make, Load it along with adding PhilDB tools to your path:

Expand Down

0 comments on commit b0c3e70

Please sign in to comment.