From 3169083013d77056390dcfcac047844938e18540 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 16 Dec 2017 10:14:45 +0100 Subject: [PATCH] Web API: updated examples documentation --- swagger/sdrangel/examples/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swagger/sdrangel/examples/Readme.md b/swagger/sdrangel/examples/Readme.md index de30f081e..9e9b31517 100644 --- a/swagger/sdrangel/examples/Readme.md +++ b/swagger/sdrangel/examples/Readme.md @@ -1,5 +1,7 @@ ## Examples of client scripts ## +These are all Python scripts using python-requests so you have to install this package as a prerequiste either with your package manager or pip. They are designed for Python 2.7 but may work with Python 3 possibly with minimal changes. +

add_channel.py

Adds a channel to a device set specifying device set index and channel type.