mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-12 18:30:34 +00:00
Use Python3 and pip3 for PYBOMBS
This commit is contained in:
parent
b8ae6434cc
commit
0c4c5370d8
@ -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:
|
||||
|
||||
~~~~~~
|
||||
$ sudo apt-get install git python-pip
|
||||
$ sudo apt-get install git python3-pip
|
||||
~~~~~~
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user