We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540c995 commit a32a051Copy full SHA for a32a051
1 file changed
README.md
@@ -29,9 +29,23 @@ the same API surface on each.
29
30
## Installation
31
32
-```bash
33
-pip install hawk-sdk
34
-```
+> **⚠️ Pre-release — not yet published to PyPI.**
+>
+> `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
47
+> pip install hawk-sdk # available after first stable release
48
49
50
## Quick Start
51
0 commit comments