We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
On a fresh Ubuntu or OS X box (either locally on on AWS)....
$ sudo apt-get update
$ sudo apt-get install pip
$ sudo apt-get install python3-pip
$ pip3 install pandas
$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
$ brew install git
$ brew install python3
$ curl -O http://python-distribute.org/distribute_setup.py
$ python distribute_setup.py
$ curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py
$ python get-pip.py
$ mkdir dcm-graph
$ cd dcm-graph
$ git init
$ git remote add origin https://github.com/DFID/dcm-graph.git