Skip to content

Installation Guide

Requirements

Python 3.5+

Installation & Usage

pip install

You can install directly using:

pip install ubiops
(you may need to run pip with root permission: sudo pip install ubiops)

Then import the package:

import ubiops

Setuptools

Install via Setuptools.

python setup.py install --user
(or sudo python setup.py install to install the package for all users)

Then import the package:

import ubiops

Attribution

This Python package is automatically generated by the OpenAPI Generator project.