diff --git a/README.md b/README.md index 06d1b37..48b1363 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ This feature set is enough for basic, experimental usage with SDRs. Installation ------------ +The following dependencies are required: +- numpy +- scipy +- [liquid-dsp](https://github.com/jgaeddert/liquid-dsp) + + The installation procedure is the same as for any GNURadio OOT module: ``` @@ -38,12 +44,6 @@ cmake ../ # Note to Arch Linux users: add "-DCMAKE_INSTALL_PREFIX=/usr" make && sudo make install ``` -The following dependencies are required: -- numpy -- scipy -- [liquid-dsp](https://github.com/jgaeddert/liquid-dsp) - - Testing -------