Installation
To install the Python bindings for DART using the dartpy package from PyPI, you can use the following command:
pip install dartpy -U
The following operating systems are currently supported:
Operating System |
Python 3.7 |
Python 3.8 |
Python 3.9 |
Python 3.10 |
Python 3.11 |
|---|---|---|---|---|---|
Linux x86_64 |
O |
O |
O |
O |
O |
Linux arm64 |
X |
X |
X |
X |
O |
macOS x86_64 |
X |
O |
O |
O |
O |
macOS arm64 |
X |
O |
X |
O |
O |
Windows x86_64 |
X |
O |
O |
O |
O |
Windows arm64 |
X |
X |
X |
X |
O |
Note
This table may not be up-to-date. For the latest information on the availability of the Python bindings for DART, please refer to the dartpy package on PyPI: https://pypi.org/project/dartpy/. If you would like to use dartpy on an unsupported OS or Python version, please let us know so we can consider adding support.