File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
documentation/source/users/rmg/installation Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments