Skip to content

Commit f939d56

Browse files
authored
docs: switch Python install command to published package (#25)
Update SDK install guidance to use the published PyPI package name `axme` now that the first release is available.
1 parent 8695a58 commit f939d56

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ The AXME Python SDK gives you a fully typed client for the AXME platform. You ca
2222
## Install
2323

2424
```bash
25-
python -m pip install "git+https://github.com/AxmeAI/axme-sdk-python.git"
25+
pip install axme
2626
```
2727

28-
PyPI publication target: `axme` (pending registry credentials and first public release).
2928
For local development from source:
3029

3130
```bash

0 commit comments

Comments
 (0)