📝 Update README with Python virtual environment setup instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user