Installation¶
Requirements¶
- Python 3.11 or higher
- pip or uv package manager
Install the Client Library¶
Using pip¶
Using uv¶
Install the MCP Server¶
If you want to use the Model Context Protocol server for AI integration:
Verify Installation¶
Test that the packages are installed correctly:
Development Installation¶
If you want to contribute to the project, clone the repository and install in development mode:
git clone https://github.com/dougborg/stocktrim-openapi-client.git
cd stocktrim-openapi-client
# Install uv if you don't have it
pip install uv
# Sync all dependencies
uv sync --all-extras
Next Steps¶
- Quick Start Guide - Get started with basic usage
- Configuration - Learn how to configure the client