📝 Update README with Python virtual environment setup instructions

This commit is contained in:
2026-04-19 11:32:40 +08:00
parent 989bb3d55e
commit 40b9cc352e

View File

@@ -1,5 +1,21 @@
# local-ai-test
## Setup Python virtual environment
Setup via `uv`:
```shell
uv venv --seed --python 3.12
```
```shell
source .venv/bin/activate
```
```shell
pip install -U openai
```
## How to run?
Export environments then run: