Skip to content

Installation🔗

The Python bindings are implemented in the vaccel-python package and are currently a WiP, supporting a subset of the vAccel operations. The vaccel-python package is provided as a Wheel, installable with pip.

Requirements🔗

To use vaccel-python you need a valid vAccel installation. You can find more information on how to install vAccel in the Installation page.

Latest artifacts🔗

To install the artifacts of the latest vaccel-python revision:

wget https://s3.nbfc.io/nbfc-assets/github/python-vaccel/main/x86_64/vaccel_python-0.0.2-cp310-cp310-linux_x86_64.whl
pip3 install vaccel_python-0.0.2-cp310-cp310-linux_x86_64.whl
wget https://s3.nbfc.io/nbfc-assets/github/python-vaccel/main/aarch64/vaccel_python-0.0.2-cp310-cp310-linux_aarch64.whl
pip3 install vaccel_python-0.0.2-cp310-cp310-linux_aarch64.whl