mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Add uvx installation option to CLI documentation (#9186)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
parent
bae6bd77f4
commit
3591c7a79f
@ -17,6 +17,12 @@ for scripting.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install openhands-ai
|
pip install openhands-ai
|
||||||
|
```
|
||||||
|
|
||||||
|
Or if you prefer not to manage your own Python environment, you can use `uvx`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
uvx --python 3.12 --from openhands-ai openhands
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Launch an interactive OpenHands conversation from the command line:
|
2. Launch an interactive OpenHands conversation from the command line:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user