mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-26 00:46:59 +00:00
Adding info about selecting a python version
This commit is contained in:
parent
acb35ccdd9
commit
7f8dc3edcc
12
README.md
12
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:
|
||||
|
||||
~~~~~~
|
||||
|
Loading…
Reference in New Issue
Block a user