Skip to content

Python API from source

If you want to install the Python API from the source, you will have to install the Engine separately unless you install the wheel file provided by following the steps for building the Engine from source.

# Clone the Community edition
git clone https://github.com/getml/getml-community.git

# Change directory 
cd src/python-api

# Install the Python API
pip3 install .