Skip to content

Commit 7915d57

Browse files
authored
Merge branch 'develop' into setup-environment
2 parents 9e7d2b6 + 9f970ba commit 7915d57

30 files changed

+2260
-258
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,33 @@ if task.status == "completed":
5353

5454
## Installation and Usage
5555

56-
Install the SDK using pip or uv:
56+
Install the SDK using pip, pipx, or uv:
5757

5858
```bash
5959
pip install codegen
6060
# or
61-
uv pip install codegen
61+
pipx install codegen
62+
# or
63+
uv tool install codegen
6264
```
6365

66+
### Keeping Up to Date
67+
68+
The Codegen CLI includes a built-in self-update system:
69+
70+
```bash
71+
# Update to the latest version
72+
codegen update
73+
74+
# Check for available updates
75+
codegen update --check
76+
77+
# Update to a specific version
78+
codegen update --version 1.2.3
79+
```
80+
81+
The CLI automatically checks for updates daily and notifies you when a new version is available.
82+
6483
Get started at [codegen.com](https://codegen.com) and get your API token at [codegen.com/token](https://codegen.com/token).
6584

6685
You can interact with your AI engineer via API, or chat with it in Slack, Linear, Github, or on our website.

0 commit comments

Comments
 (0)