1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-16 10:09:58 +00:00

Use Python3 and pip3 for PYBOMBS

This commit is contained in:
Carles Fernandez 2019-11-14 15:52:50 +01:00
parent b8ae6434cc
commit 0c4c5370d8

View File

@ -160,13 +160,13 @@ This option is adequate if you are interested in development, in working with th
First of all, install some basic packages: First of all, install some basic packages:
~~~~~~ ~~~~~~
$ sudo apt-get install git python-pip $ sudo apt-get install git python3-pip
~~~~~~ ~~~~~~
Download, build and install PyBOMBS: Download, build and install PyBOMBS:
~~~~~~ ~~~~~~
$ sudo pip install git+https://github.com/gnuradio/pybombs.git $ sudo pip3 install --upgrade git+https://github.com/gnuradio/pybombs.git
~~~~~~ ~~~~~~
Apply a configuration: Apply a configuration: