🏗️ Installation
Method 1: Python Package (Recommended)
PyAres can be installed using pip:
pip install PyAres
Method 2: Manual (For Developers)
Preferrably, you can install an editable version of the library using pip's -e argument.
- It's important that you set/create an envionrment variable named "PYARES_PACKAGE_VERSION" and give it a value, so that the build will work corectly.
pip install -e \path\to\ares-datamodel\python