Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,23 @@ the same API surface on each.

## Installation

```bash
pip install hawk-sdk
```
> **⚠️ Pre-release — not yet published to PyPI.**
>
> `hawk-sdk` is under active development and has not yet been published to
> the Python Package Index. Installing from PyPI will fail until a stable
> release is tagged. In the meantime, install directly from source:
>
> ```bash
> git clone https://github.com/GrayCodeAI/hawk-sdk-python.git
> cd hawk-sdk-python
> pip install -e .
> ```
>
> Once the first stable release is tagged, the standard install will work:
>
> ```bash
> pip install hawk-sdk # available after first stable release
> ```

## Quick Start

Expand Down
Loading