Skip to main content

Python Server SDK Installation

PyPI GitHub

The DevCycle Python Server SDK requires For Python 3.8 and above.

$ pip install devcycle-python-server-sdk

(you may need to run pip with root permission: sudo pip install devcycle-python-server-sdk)

Then import the package:

import devcycle_python_sdk