Skip to content

Commit

Permalink
Remove python-mako from the list of basic packages for PyBOMBS
Browse files Browse the repository at this point in the history
since it has been added to the uhd recipe
  • Loading branch information
carlesfernandez committed May 22, 2016
1 parent 76d96df commit a48050e
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 @@ -63,10 +63,10 @@ Note for Ubuntu 14.04 LTS "trusty" users: you will need to build from source and

This option is adequate if you are interested in development, in working with the most recent versions of software dependencies, want more fine tuning on the installed versions, or simply in building everything from the scratch just for the fun of it. In such cases, we recommend to use [PyBOMBS](http://gnuradio.org/pybombs "Python Build Overlay Managed Bundle System wiki") (Python Build Overlay Managed Bundle System), the GNU Radio install management system that automatically does all the work for you. Please take a look at the configuration options and general PyBOMBS usage at https://github.com/gnuradio/pybombs. Here we provide a quick step-by-step tutorial.

Fist of all, install some basic packages:
First of all, install some basic packages:

~~~~~~
$ sudo apt-get install git python-pip python-mako
$ sudo apt-get install git python-pip
~~~~~~

Download, build and install PyBOMBS:
Expand Down

0 comments on commit a48050e

Please sign in to comment.