Skip to content

Commit 058264d

Browse files
Added Documentation on how module version correlates to vspy version.
Signed-off-by: David Rebbe <drebbe@intrepidcs.com>
1 parent c9f9551 commit 058264d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

doc/source/index.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
============================================================
2+
Versioning Information
3+
============================================================
4+
5+
Minor differences can occur between different icsnVC40.h versions. These differences are usually just structures and constant differences. Below is a list of how the python_ics version correlates to the icsnVC40.h version:
6+
7+
v802
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
``pip install 'python_ics>=2.0,<3.0' --force-reinstall``
10+
11+
**Note:** Refer to platform specific installation if not on Windows
12+
13+
v803
14+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15+
``pip install 'python_ics>=3.0,<4.0' --force-reinstall``
16+
17+
**Note:** Refer to platform specific installation if not on Windows
18+
19+
v900
20+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
21+
``pip install 'python_ics>=4.0,<5.0' --force-reinstall``
22+
23+
**Note:** Refer to platform specific installation if not on Windows
24+
25+
126
============================================================
227
Installation on Windows
328
============================================================

0 commit comments

Comments
 (0)