From 2eb4973fed8326c394ad26e7ab6e1b7d21958e90 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Thu, 14 Apr 2016 19:51:07 +0200 Subject: [PATCH] pybombs will ask for root's password if required. Calling pybombs with sudo was causing problems (it does not find recipes) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6381ed9ca..ef614d019 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ $ python setup.py build $ sudo python setup.py install $ pybombs recipes add gr-recipes https://github.com/gnuradio/gr-recipes.git $ pybombs recipes add gr-etcetera https://github.com/gnuradio/gr-etcetera.git -$ sudo pybombs prefix init /usr/local -a myprefix +$ pybombs prefix init /usr/local -a myprefix $ pybombs config default_prefix myprefix -$ sudo pybombs install gnuradio gr-osmosdr armadillo glog +$ pybombs install gnuradio gr-osmosdr armadillo glog ~~~~~~ Other installation and configuration options are available from https://github.com/gnuradio/pybombs