We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cbdda6 commit c6df30aCopy full SHA for c6df30a
1 file changed
Linux/README.txt
@@ -44,10 +44,19 @@ Linux or Mac OS X with the following packages from system software manager:
44
numpy scipy python-matplotlib python-lxml python-ipython-notebook \
45
scons git zsh
46
47
-(c) Mac OS X with Mac Ports:
+(c) Mac OS X with MacPorts (this may run for a while):
48
49
sudo port install \
50
- FIXME
+ 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}
60
61
62
INSTALLATION
0 commit comments