Skip to main content

🏗️ Installation

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.

  1. 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.
  2. pip install -e \path\to\ares-datamodel\python