> ## Documentation Index
> Fetch the complete documentation index at: https://blackswan-23965643.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# BlackSwan Python SDK Installation Guide

> Install the BlackSwan Python SDK via pip and get your environment ready to query on-chain credit data in minutes.

The BlackSwan Python SDK lets you query decentralized credit scores, APR data, and loan histories directly from your Python application. This page covers installation from PyPI and from source.

## Install from PyPI

```bash theme={null}
pip install blackswan-sdk-py
```

## Requirements

* Python 3.8+
* An RPC provider (Alchemy, Infura, Polygon RPC, etc.)

## Install from Source

```bash theme={null}
pip install git+https://github.com/darealbirdie/blackswan-sdk-py.git
```
