Skip to content
Snippets Groups Projects
Commit 9f6e7b0b authored by Vermaat's avatar Vermaat
Browse files

Merge branch 'master' into 'master'

Small update to the INSTALL.md

change in progress, this merge request can be applied after finishing the changes
parents 28f26e1b a13cb666
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ packages installed.
Linux
-----
We assume Ubuntu (12.04 Quantal Quetzal or later) or Debian Linux (7.0 Wheezy
We assume Ubuntu (12.10 Quantal Quetzal or later) or Debian Linux (7.0 Wheezy
or later), but if you manage to install everything on a different flavour
that's also fine.
......@@ -56,11 +56,13 @@ Install some of the other package we'll use:
pip install numpy
pip install matplotlib
pip install biopython
pip install pandas==0.14.0
pip install openpyxl==2.0.4
Define a default matplotlib backend:
mkdir -p ~/.matplotlib
echo "backend : GTKCairo" >> ~/.matplotlib/matplotlibrc
mkdir -p ~/.config/matplotlib
echo "backend : GTKCairo" >> ~/.config/matplotlib/matplotlibrc
Mac OSX Mountain Lion
......@@ -109,4 +111,7 @@ Install some of the other package we'll use:
pip install pyzmq tornado jinja2 pygments sphinx markdown nose
pip install numpy
pip install matplotlib
pip install biopython
\ No newline at end of file
pip install biopython
pip install pandas==0.14.0
pip install openpyxl==2.0.4
This diff is collapsed.
ipython==2.1.0
pyzmq==14.3.1
tornado==3.2.2
Jinja2==2.7.3
Pygments==1.6
Sphinx==1.2.2
Markdown==2.4.1
nose==1.3.3
numpy==1.8.1
matplotlib==1.3.1
biopython==1.64
pandas==0.14.0
openpyxl==2.0.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment