From ff4f4d3b6aa3ae20dd62cda0744fd7e2cb6ca723 Mon Sep 17 00:00:00 2001 From: David Northcote <42978178+dnorthcote@users.noreply.github.com> Date: Wed, 24 May 2023 14:16:10 +0100 Subject: [PATCH] Bump readme to v1.4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a11e7..bcb6a10 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Follow the instructions below to install the QPSK demonstrator on your developme * Now simply install the QPSK demonstrator through PIP by executing the following command in the terminal: ```sh -pip3 install https://github.com/strath-sdr/rfsoc_qpsk/releases/download/v1.4.4/rfsoc_qpsk.tar.gz +pip3 install https://github.com/strath-sdr/rfsoc_qpsk/releases/download/v1.4.5/rfsoc_qpsk.tar.gz python -m rfsoc_qpsk install ```