Added pip command and fixed waterfall bug

This commit is contained in:
Alexandre
2021-11-16 13:23:52 -06:00
parent 7f6c555310
commit 10733f7a5d
3 changed files with 37 additions and 37 deletions

View File

@ -87,7 +87,7 @@ jobs:
run: brew update
- name: Install dependencies
run: brew install fftw glew glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2
run: brew install fftw glew glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2 && pip3 install mako
- name: Install volk
run: git clone --recursive https://github.com/gnuradio/volk && cd volk && mkdir build && cd build && cmake .. && make && sudo make install && cd ../../