Skip to content

Commit 733d2c2

Browse files
abrichrclaude
andcommitted
Add uv install instructions to README
Add a Quick Install (Recommended) section with uv tool installation instructions, and relabel the existing Poetry section as an alternative. This provides users with a simpler installation path while preserving all existing instructions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent df97457 commit 733d2c2

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,22 @@ For the setup of any/all of the above dependencies, follow the steps [SETUP.md](
9090

9191
<br/>
9292

93+
### Quick Install (Recommended)
94+
95+
```bash
96+
# Install uv (if not already installed)
97+
curl -LsSf https://astral.sh/uv/install.sh | sh # macOS/Linux
98+
# or: powershell -c "irm https://astral.sh/uv/install.ps1 | iex" # Windows
99+
100+
# Install OpenAdapt
101+
uv tool install openadapt
102+
103+
# Verify installation
104+
openadapt --help
105+
```
106+
107+
### Alternative: Poetry Install
108+
93109
Install with [Poetry](https://python-poetry.org/) :
94110
```
95111
git clone https://github.com/OpenAdaptAI/OpenAdapt.git

0 commit comments

Comments
 (0)