From af002346a21f62dc51fdc21f9c32f4d91f653d2e Mon Sep 17 00:00:00 2001
From: Xavier Waintal <xavier.waintal@cea.fr>
Date: Tue, 10 Sep 2013 18:01:04 +0200
Subject: [PATCH] Mac OS install for dummies

---
 content/install.txt | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/content/install.txt b/content/install.txt
index 294e8aa..80ceaa1 100644
--- a/content/install.txt
+++ b/content/install.txt
@@ -103,21 +103,22 @@ There is a number of different package managers for bringing software
 from the Unix/Linux world to Mac OSX. Since the community is quite
 split, we provide Kwant and its dependencies both via the `MacPorts
 <http://www.macports.org>`_ and `homebrew <http://brew.sh>`_ systems.
+(For non experts MacPorts is perhaps easier to handle).
 
 Mac OSX: MacPorts
 =================
 
 MacPorts is a full-fledged package manager that recreates a whole Linux-like
-environment on your Mac. It requires little choices to be made by the user,
+environment on your Mac. Beside Kwant, MacPorts gives you access to a wealth of free softwares which you can install on your computer
+easily (using simple command line instructions). It requires little choices to be made by the user,
 and allows for the simplest way to install Kwant.
 
 In order to install Kwant, you have to
 
-1. Install a recent version of MacPorts, as explained in the
-   `installation instructions of MacPorts
-   <http://www.macports.org/install.php>`_.
-   In particular, as explained there, you will have to install also a
-   few prerequisites, namely
+1. Install a recent version of MacPorts. In order to do that, you first have to install 
+   the prerequisites described below. When this is done, you can proceed with the installation of
+   MacPorts itself, as explained in the `installation instructions of MacPorts
+   <http://www.macports.org/install.php>`_. The prerequisites are,
 
   * the Xcode developer tools (compiler suite for Mac OSX) from
     `<http://developer.apple.com/downloads>`_. You will need an Apple ID to
-- 
GitLab