Skip to content

Commit

Permalink
pybombs will ask for root's password if required.
Browse files Browse the repository at this point in the history
Calling pybombs with sudo was causing problems (it does not find
recipes)
  • Loading branch information
carlesfernandez committed Apr 14, 2016
1 parent 2b71750 commit 2eb4973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eb4973

Please sign in to comment.