Skip to content

Commit ab08204

Browse files
authored
Merge branch 'pragunbhutani:main' into main
2 parents b9c86d4 + fe78deb commit ab08204

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,22 @@ To install `dbt-llm-tools` with the UI:
2626
```bash
2727
cd dbt-llm-tools
2828
```
29-
3. Install dependencies (assuming Poetry is installed):
29+
3. Install Poetry:
3030
```bash
3131
make poetry
3232
```
3333
- Add the poetry executable to your PATH and refresh the terminal.
34-
4. Install and optionally download an example project:
34+
4. Install the project dependencies:
3535
```bash
3636
make install
37-
make fetch_example_project (optional)
3837
```
39-
5. Run the UI:
38+
5. Install an example project (optional):
4039
```bash
41-
make run_client
40+
make fetch_example_project
4241
```
43-
6. Optional Step (if any dependency error shows up) :
42+
6. Run the UI:
4443
```bash
45-
pip install dbt-llm-tools
44+
make run_client
4645
```
4746

4847
This will launch the client in your browser at `http://localhost:8501/app`.

0 commit comments

Comments
 (0)