Installation🔗
The Python bindings are implemented in the vaccel package and are currently a WiP, supporting a subset of the vAccel operations. The package is installable with pip by using the provided Wheels or from source.
Requirements🔗
- To use
vaccelyou need a valid vAccel installation. You can find more information on how to install vAccel in the Installation page.
- This package requires Python 3.10 or newer. Verify your Python version with: and update Python as needed using the official instructions
Wheel🔗
You can get the latest vaccel Wheel package from the Releases page of the vAccel Python repository. Releases include Wheels for x86_64/aarch64/armv7l systems.
To install the Wheel package of the latest vaccel release:
Latest artifacts🔗
To install the Wheel artifact of the latest vaccel revision:
Building from source🔗
You can build the package from source directly and install it using pip:
Running the examples🔗
Examples of using the package are provided in the examples directory.
After cloning the repo:
you can run all the available examples with sample arguments using: