We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf167f0 commit 33bdb9eCopy full SHA for 33bdb9e
README.md
@@ -40,9 +40,10 @@ Use of the Data Analytics Framework requires an API token. To obtain an API toke
40
41
## Support
42
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:
+* `xdmod-data` version number, obtained by running this Python code:
44
```
45
- python3 -m pip freeze | grep xdmod-data
+ from xdmod_data import __version__
46
+ print(__version__)
47
48
* Operating system version.
49
* A description of the problem you are experiencing.
0 commit comments