From 1e93b49c99343463ae2594d0e26c9487c7da55a5 Mon Sep 17 00:00:00 2001 From: geegor Date: Thu, 26 Feb 2026 21:41:31 -0600 Subject: [PATCH] Thu Feb 26 09:41:31 PM CST 2026 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a595ba..787f61a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -0. Install uv -1. If using nix as a package manager, run nix-shell to enter the shell with the required packages. +0. Install `uv` from https://docs.astral.sh/uv/ +1. If using nix as a package manager, run nix-shell to enter the shell with the required packages. (just libiio so far) 2. Run `uv run library_test.py` to test if libiio is being loaded -3. Run `uv run ad9361_example.py` to test the SDR output + - If successful, this will print a "library is loaded" message +3. Run `uv run ad9361_example.py` to test the SDR output + - If the SDR is not currently connected at `192.168.1.10` this should freeze, then report a device not found error + - If the SDR is connected, something else should happen +4. Report back on discord about your results