Skip to content

Commit 33bdb9e

Browse files
committed
Instruct to use Python code to get version number.
1 parent bf167f0 commit 33bdb9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Use of the Data Analytics Framework requires an API token. To obtain an API toke
4040

4141
## Support
4242
For support, please see [this page](https://open.xdmod.org/support.html). If you email for support, please include the following:
43-
* `xdmod-data` version number, obtained by running the command:
43+
* `xdmod-data` version number, obtained by running this Python code:
4444
```
45-
python3 -m pip freeze | grep xdmod-data
45+
from xdmod_data import __version__
46+
print(__version__)
4647
```
4748
* Operating system version.
4849
* A description of the problem you are experiencing.

0 commit comments

Comments
 (0)