Skip to content

Commit 453e0e1

Browse files
committed
Fix linux installation documentation pip packages. Closes ReactionMechanismGenerator/RMG-website#77
1 parent ad80018 commit 453e0e1

File tree

1 file changed

+4
-2
lines changed
  • documentation/source/users/rmg/installation

1 file changed

+4
-2
lines changed

documentation/source/users/rmg/installation/linux.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The instructions listed below have been confirmed on a fresh Ubuntu 12.04 instal
99

1010
* Install compilers and libraries: ::
1111

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

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

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

2222
* Install dependencies: ::
2323

24+
sudo apt-get install libpng-dev libfreetype6-dev graphviz mencoder
25+
2426
sudo pip install numpy # install NumPy before other packages
2527
26-
sudo pip install scipy cython nose matplotlib quantities guppy sphinx psutil xlwt freetype2 libpng-dev
28+
sudo pip install scipy cython nose matplotlib quantities guppy sphinx psutil xlwt
2729
2830
cd ~
2931
git clone https://github.com/GreenGroup/PyDAS.git

0 commit comments

Comments
 (0)