Skip to content

Commit

Permalink
DOC: Update readme and installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Jan 14, 2014
1 parent f058ebf commit df066c2
Showing 1 changed file with 17 additions and 41 deletions.
58 changes: 17 additions & 41 deletions README.rst
Expand Up @@ -78,59 +78,35 @@ please see the main `publication`_.
Installation Installation
============ ============


Windows The easiest way to install HDDM is through Anaconda (available for
------- Windows, Linux and OSX):



1. Download and install `Anaconda`_. 1. Download and install `Anaconda`_.
2. Go to Start->Programs->Anaconda->Anaconda command prompt. 2. In a shell (Windows: Go to Start->Programs->Anaconda->Anaconda command prompt) type:
3. Enter easy_install pymc
4. Enter easy_install kabuki
5. Enter easy_install hddm


Linux (Debian based, such as Ubuntu)
------------------------------------

Most of HDDM's dependencies are available from your repository, you can install them by typing


:: ::


apt-get install python python-dev python-numpy python-scipy python-matplotlib cython python-pip gfortran liblapack-dev conda config --add channels https://conda.binstar.org/twiecki

conda config --add channels defaults
which requires sudo rights. conda install hddm

Optional dependencies for hddm_demo.py can be installed via

::


apt-get install python-wxgtk2.8 python-traitsui Note that you only have to do this once. When a new HDDM version is
available, `conda update` will automatically update `HDDM`.


Then install kabuki and HDDM: If you want to use pip instead of conda, type:


:: ::


sudo pip install pandas pip install pandas
sudo pip install pymc pip install pymc
sudo pip install kabuki pip install kabuki
sudo pip install hddm pip install hddm

OSX
---

We recommend installing the `SciPy Superpack`_ maintained by Chris Fonnesbeck.

The Superpack requires you to install XCode which apparently does not bundle with gcc anymore (which is required by HDDM). This repository provides some appropriate installers:

https://github.com/kennethreitz/osx-gcc-installer/downloads

Then install kabuki and HDDM:

::


sudo pip install kabuki This might require super-user rights via sudo. Note that this
sudo pip install hddm installation method is discouraged as it leads to all kinds of
problems on various platforms.


If you are having installation problems please contact the `mailing list`_.


How to cite How to cite
=========== ===========
Expand Down

0 comments on commit df066c2

Please sign in to comment.