From 4620b5ac399b8995a86a9909b3c4ea145b5bcc23 Mon Sep 17 00:00:00 2001 From: Michael Johansen Date: Wed, 29 Oct 2025 15:10:58 -0500 Subject: [PATCH 1/2] Add documentation for how to install the panel server via InstrumentStudio Signed-off-by: Michael Johansen --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d5bd851..6cea9da 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,11 @@ NI created and supports this package. ## Python Version Support `nipanel` supports CPython 3.9+. + +## Installation + +As a prerequisite to using the `nipanel` module, you must install InstrumentStudio 2026 Q1 +or later on your system. You can download and install this software using NI Package Manager. + +You can directly install the `nipanel` package using `pip` or by listing it as a +dependency in your project's `pyproject.toml` file. From 100a39f1eb3cc7e17311ffb668ee9c33f57e635e Mon Sep 17 00:00:00 2001 From: Michael Johansen Date: Wed, 29 Oct 2025 15:25:59 -0500 Subject: [PATCH 2/2] Add a link to the ni.com NIPM download page Signed-off-by: Michael Johansen --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cea9da..24b5eee 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ NI created and supports this package. ## Installation As a prerequisite to using the `nipanel` module, you must install InstrumentStudio 2026 Q1 -or later on your system. You can download and install this software using NI Package Manager. +or later on your system. You can download and install this software using +[NI Package Manager](https://www.ni.com/en/support/downloads/software-products/download.package-manager.html). You can directly install the `nipanel` package using `pip` or by listing it as a dependency in your project's `pyproject.toml` file.