From c380de22ff18a8782d2bd23b973fd9db98928b8a Mon Sep 17 00:00:00 2001
From: pswietojanski
Date: Tue, 22 Sep 2015 17:09:29 +0100
Subject: [PATCH] initial readme 3
---
README.md | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 73685d3..f49db1b 100644
--- a/README.md
+++ b/README.md
@@ -34,23 +34,19 @@ Download and install the Anaconda package
#### On Mac (use macports):
-Install macports following instructions at https://www.macports.org/install.php
-
-Install the relevant python packages in macports:
-
-sudo port install py27-scipy +openblas
-
-sudo port install py27-ipython +notebook
-
-sudo port install py27-notebook
-
-sudo port install py27-matplotlib
-
-sudo port select --set python python27
-
-sudo port select --set ipython2 py27-ipython
-
-sudo port select --set ipython py27-ipython
+
+- Install macports following instructions at https://www.macports.org/install.php
+- Install the relevant python packages in macports
+
+- sudo port install py27-scipy +openblas
+- sudo port install py27-ipython +notebook
+- sudo port install py27-notebook
+- sudo port install py27-matplotlib
+- sudo port select --set python python27
+- 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
so you pick up the version of python you just installed