Skip to content

Commit c6df30a

Browse files
committed
Add macports installation command.
1 parent 5cbdda6 commit c6df30a

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

Linux/README.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,19 @@ Linux or Mac OS X with the following packages from system software manager:
4444
numpy scipy python-matplotlib python-lxml python-ipython-notebook \
4545
scons git zsh
4646

47-
(c) Mac OS X with Mac Ports:
47+
(c) Mac OS X with MacPorts (this may run for a while):
4848

4949
sudo port install \
50-
FIXME
50+
python27 py27-setuptools py27-ipython py27-lxml \
51+
gsl-devel boost py27-numpy py27-scipy py27-matplotib git-core
52+
53+
sudo port select --set ipython ipython27
54+
sudo port select --set python python27
55+
56+
Important: When done, adjust the shell environment so that MacPorts Python
57+
is the first in the PATH:
58+
59+
export PATH=/opt/local/bin:${PATH}
5160

5261

5362
INSTALLATION

0 commit comments

Comments
 (0)