From 7f8dc3edcc9c8cf2b83ec8043004b49f979fe8ad Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Fri, 27 Mar 2015 15:56:52 +0100 Subject: [PATCH] Adding info about selecting a python version --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 48409191b..0335f60a2 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,18 @@ $ sudo port install armadillo $ sudo port install google-glog +gflags ~~~~~~ +You also might need to activate a Python installation. The list of installed versions can be retrieved with: + +~~~~~~ +$ port select list python +~~~~~~ + +and you can activate a certain version by typing: + +~~~~~~ +$ sudo port select --set python python27 +~~~~~~ + Finally, you are ready to clone the GNSS-SDR repository and build the software: ~~~~~~