Skip to content

Commit

Permalink
Fix linux installation documentation pip packages. Closes ReactionMec…
Browse files Browse the repository at this point in the history
  • Loading branch information
connie committed Feb 15, 2015
1 parent ad80018 commit 453e0e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions documentation/source/users/rmg/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The instructions listed below have been confirmed on a fresh Ubuntu 12.04 instal

* Install compilers and libraries: ::

sudo apt-get install git g++ gfortran python-dev liblapack-dev python-openbabel python-setuptools python-pip graphviz mencoder
sudo apt-get install git g++ gfortran python-dev liblapack-dev python-openbabel python-setuptools python-pip

* After creating a `Github account <https://github.com/signup/free>`_, generate your public key: ::

Expand All @@ -21,9 +21,11 @@ The instructions listed below have been confirmed on a fresh Ubuntu 12.04 instal

* Install dependencies: ::

sudo apt-get install libpng-dev libfreetype6-dev graphviz mencoder
sudo pip install numpy # install NumPy before other packages
sudo pip install scipy cython nose matplotlib quantities guppy sphinx psutil xlwt freetype2 libpng-dev
sudo pip install scipy cython nose matplotlib quantities guppy sphinx psutil xlwt
cd ~
git clone https://github.com/GreenGroup/PyDAS.git
Expand Down

0 comments on commit 453e0e1

Please sign in to comment.