- Install GNU Radio from source using my grc-removal branch. Read Tutorial on how to install GNU Radio from source
- Change to gsoc branch (git checkout gsoc)
- to install, run
pip install .
- to run gnuradio-companion, do
gnuradio-companion
on terminal - Verify gnuradio-companion installation by running
python3 -c "import gnuradio_companion"
- to uninstall, do
pip uninstall gnuradio_companion
Read more: https://zakyhermawan.github.io/week-12-final-report/
Blog Posts: https://zakyhermawan.github.io/