Skip to content

Commit a32a051

Browse files
committed
docs(python-sdk): add pre-release notice and source installation instructions
1 parent 540c995 commit a32a051

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,23 @@ the same API surface on each.
2929

3030
## Installation
3131

32-
```bash
33-
pip install hawk-sdk
34-
```
32+
> **⚠️ Pre-release — not yet published to PyPI.**
33+
>
34+
> `hawk-sdk` is under active development and has not yet been published to
35+
> the Python Package Index. Installing from PyPI will fail until a stable
36+
> release is tagged. In the meantime, install directly from source:
37+
>
38+
> ```bash
39+
> git clone https://github.com/GrayCodeAI/hawk-sdk-python.git
40+
> cd hawk-sdk-python
41+
> pip install -e .
42+
> ```
43+
>
44+
> Once the first stable release is tagged, the standard install will work:
45+
>
46+
> ```bash
47+
> pip install hawk-sdk # available after first stable release
48+
> ```
3549
3650
## Quick Start
3751

0 commit comments

Comments
 (0)