From 0c4c5370d813166b1b22eab425f7dfb9aa5152e1 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 14 Nov 2019 15:52:50 +0100 Subject: [PATCH] Use Python3 and pip3 for PYBOMBS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89ad37e84..b0eefe10b 100644 --- a/README.md +++ b/README.md @@ -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: