Skip to content

Commit 1a576a2

Browse files
authored
Add documentation for how to install the panel server via InstrumentStudio (#172)
* Add documentation for how to install the panel server via InstrumentStudio Signed-off-by: Michael Johansen <[email protected]> * Add a link to the ni.com NIPM download page Signed-off-by: Michael Johansen <[email protected]> --------- Signed-off-by: Michael Johansen <[email protected]>
1 parent 84e0502 commit 1a576a2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ NI created and supports this package.
1818
## Python Version Support
1919

2020
`nipanel` supports CPython 3.9+.
21+
22+
## Installation
23+
24+
As a prerequisite to using the `nipanel` module, you must install InstrumentStudio 2026 Q1
25+
or later on your system. You can download and install this software using
26+
[NI Package Manager](https://www.ni.com/en/support/downloads/software-products/download.package-manager.html).
27+
28+
You can directly install the `nipanel` package using `pip` or by listing it as a
29+
dependency in your project's `pyproject.toml` file.

0 commit comments

Comments
 (0)