Skip to content

Commit 12d15a9

Browse files
Add disclaimer to README
1 parent 8728e37 commit 12d15a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A quick-start template using the OpenAI [Assistants API](https://platform.openai.com/docs/assistants/overview) with [Python](https://www.python.org/), [Jinja2](https://jinja.palletsprojects.com/en/3.1.x/), and [FastAPI](https://fastapi.tiangolo.com/).
44

5+
**Note:** This repository is under construction and not yet functional.
6+
57
## Quickstart Setup
68

79
### 1. Clone repo
@@ -20,7 +22,8 @@ cp .env.example .env
2022
### 3. Install dependencies
2123

2224
```shell
23-
uv install -r pyproject.toml
25+
uv venv
26+
uv pip install -r pyproject.toml
2427
```
2528

2629
### 4. Run

0 commit comments

Comments
 (0)