Skip to content

Installation

office365-rest-python-client supports Python 3.8+ and has a single runtime dependency: requests.

From PyPI

pip install office365-rest-python-client

With uv

uv pip install office365-rest-python-client

Latest from GitHub

Unreleased changes are on master — install straight from the repo:

pip install git+https://github.com/vgrem/office365-rest-python-client.git

Upgrading

pip install --upgrade office365-rest-python-client

Once installed, head to Getting Started to pick your client and make your first call.