Python

How to install the BOW Python API.

Prerequisites

First, ensure the following:

Dependencies

No further dependencies

Installation

To install the BOW Python API, you can use pip to install the package from the Python package repository.

pip install bow-api

Compatible Python Versions

The API supports Python 3.7-3.13 on Windows and Linux AMD64 platforms. MacOS Silicon and Intel versions, as well as other ARM64 architectures, are coming soon. Contact us at [email protected] if you want us to prioritise a particular release.

PlatformArchitectureVersionsStatus
Windows64-bit3.7+✅ Supported
Linux64-bit3.7+✅ Supported
macOS64-bit🔄 Coming Soon
macOSARM64🔄 Coming Soon
LinuxARM64🔄 Coming Soon
WindowsARM64❌ Not Supported
Any32-bit❌ Not Supported

Recommendations

To help maintain a clean python installation we strongly recommend that you use a python virtual environment.

On this page