Skip to content

Commit

Permalink
Add conda package.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 4, 2015
1 parent 72c2b85 commit 5689ef0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,22 @@ by running::

module load modeller

.. _anaconda:

Using with Anaconda Python
--------------------------

There is an MDT package available for `Anaconda Python <https://store.continuum.io/cshop/anaconda/>`_ for Mac and Linux.
To install it, simply run::

conda install -c salilab mdt

.. _homebrew:

Using a Homebrew package
------------------------

If you are using a Mac, the easiest way to install MDT is to first install
`homebrew <http://brew.sh>`_ (if you don't have it already) and then
If you are using a Mac with `homebrew <http://brew.sh>`_ you can
get MDT by running in a terminal window::

brew tap salilab/salilab; brew install mdt
Expand Down

0 comments on commit 5689ef0

Please sign in to comment.