Skip to content

Installation

Stable release

To install Async Sharepoint, run this command in your terminal:

uv add Async-Sharepoint

Or if you prefer to use pip:

pip install Async-Sharepoint

From source

The source files for Async Sharepoint can be downloaded from the Github repo.

You can either clone the public repository:

git clone https://github.com/deanm0000/Async-Sharepoint

Or download the tarball:

curl -OJL https://github.com/deanm0000/Async-Sharepoint/tarball/main

Once you have a copy of the source, you can install it with:

cd Async-Sharepoint
uv sync
uv run maturin develop --uv

Building from source requires Rust 1.88 or newer. Published packages currently target Linux.