Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ ArkClaw automation:

## Install

> [!NOTE]
> `arkclaw-python-sdk` has not been published to PyPI yet. The command below
> will become available after the first package release.
Install from PyPI:

```bash
pip install arkclaw-python-sdk
```

For now, install from a source checkout:
Or install from a source checkout:

```bash
pip install .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "arkclaw-python-sdk"
description = "Python SDK and CLI for ArkClaw OpenAPI 2026-05-01."
description = "Python SDK and CLI for the Volcengine ArkClaw, with high-level workflow helpers."
readme = "README.md"
requires-python = ">=3.9"
license = "Apache-2.0"
Expand Down
Loading