initial readme 3

This commit is contained in:
pswietojanski 2015-09-22 17:09:29 +01:00
parent 071fdf2dcc
commit c380de22ff

View File

@ -34,23 +34,19 @@ Download and install the Anaconda package
#### On Mac (use macports): #### On Mac (use macports):
Install macports following instructions at https://www.macports.org/install.php <ul>
<li>Install macports following instructions at https://www.macports.org/install.php</li>
Install the relevant python packages in macports: <li>Install the relevant python packages in macports
<ul>
sudo port install py27-scipy +openblas <li> sudo port install py27-scipy +openblas </li>
<li> sudo port install py27-ipython +notebook </li>
sudo port install py27-ipython +notebook <li> sudo port install py27-notebook </li>
<li> sudo port install py27-matplotlib </li>
sudo port install py27-notebook <li> sudo port select --set python python27 </li>
<li> sudo port select --set ipython2 py27-ipython </li>
sudo port install py27-matplotlib <li> sudo port select --set ipython py27-ipython </li>
</ul>
sudo port select --set python python27 </ul>
sudo port select --set ipython2 py27-ipython
sudo port select --set ipython py27-ipython
Also, make sure that your $PATH has /opt/local/bin before /usr/bin Also, make sure that your $PATH has /opt/local/bin before /usr/bin
so you pick up the version of python you just installed so you pick up the version of python you just installed