Skip to content

Commit ea18553

Browse files
authored
Add info about MDSS to the installation docs (#61)
* Add info about MDSS to the installation docs Signed-off-by: Michael Johansen <michael.johansen@emerson.com> * Reference NIPM instead of ni.com Signed-off-by: Michael Johansen <michael.johansen@emerson.com> * Add a minimum required version for MDSS Signed-off-by: Michael Johansen <michael.johansen@emerson.com> * Add the extra install info to the readme as well. Signed-off-by: Michael Johansen <michael.johansen@emerson.com> * Add a link to download NIPM Signed-off-by: Michael Johansen <michael.johansen@emerson.com> --------- Signed-off-by: Michael Johansen <michael.johansen@emerson.com>
1 parent 9e41e3c commit ea18553

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ NI created and supports this package.
3131

3232
## Installation
3333

34+
As a prerequisite to using the `ni.datastore` module, you must install Measurement Data Services
35+
Software 2026 Q1 or later on your system. You can download and install this software using
36+
[NI Package Manager](https://www.ni.com/en/support/downloads/software-products/download.package-manager.html).
37+
3438
You can directly install the `ni.datastore` package using `pip` or by listing it as a
3539
dependency in your project's `pyproject.toml` file.

docs/intro.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@ Python Version Support
2121
Installation
2222
------------
2323

24+
As a prerequisite to using the ``ni.datastore`` module, you must install Measurement Data Services
25+
Software 2026 Q1 or later on your system. You can download and install this software using
26+
NI Package Manager.
27+
2428
You can directly install the ``ni.datastore`` package using ``pip`` or by listing it as a dependency in
2529
your project's ``pyproject.toml`` file.

0 commit comments

Comments
 (0)