Skip to content

Installation

BrewingCoder edited this page Mar 4, 2026 · 1 revision

Installation

Prerequisites

  • Python 3.10+
  • A Microsoft 365 account (personal or work/school)

Install from GitHub

pip install git+https://github.com/signalclaude/outpost.git

To install a specific release:

pip install git+https://github.com/signalclaude/outpost.git@v0.1.2

Install from wheel

Download a .whl file from Releases, then:

pip install outpost_cli-0.1.2-py3-none-any.whl

Install from source (development)

git clone https://github.com/signalclaude/outpost.git
cd outpost
pip install -e ".[dev]"

This installs dev dependencies (pytest, respx, ruff) and links the package to your local source so edits take effect immediately.

Verify

outpost --version

Next steps

Run Setup & Authentication to connect your Microsoft account.

Clone this wiki locally