From 685b464b9aa2b7c285e6bf5d10651ebe50da1eaa Mon Sep 17 00:00:00 2001 From: David Northcote <42978178+dnorthcote@users.noreply.github.com> Date: Thu, 15 Apr 2021 16:10:05 +0100 Subject: [PATCH] Add frequency planner installation instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d32b0e5..0f25d30 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Now follow the board specific setup instructions as follows. The ZCU111 developm Your RFSoC2x2 development board already comes preinstalled with the Spectrum Analyser and Voila 0.1.13. Depending on the releases in this repository, we can try to upgrade the Spectrum Analyser package by running the following in the terminal: ```sh +pip3 install https://github.com/strath-sdr/rfsoc_frequency_planner/archive/v0.1.0.tar.gz pip3 install --force-reinstall --no-deps git+https://github.com/strath-sdr/rfsoc_sam ```