File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -26,23 +26,22 @@ To install `dbt-llm-tools` with the UI:
26
26
``` bash
27
27
cd dbt-llm-tools
28
28
```
29
- 3 . Install dependencies (assuming Poetry is installed) :
29
+ 3 . Install Poetry:
30
30
``` bash
31
31
make poetry
32
32
```
33
33
- 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 :
35
35
``` bash
36
36
make install
37
- make fetch_example_project (optional)
38
37
```
39
- 5 . Run the UI :
38
+ 5 . Install an example project (optional) :
40
39
``` bash
41
- make run_client
40
+ make fetch_example_project
42
41
```
43
- 6 . Optional Step (if any dependency error shows up) :
42
+ 6 . Run the UI :
44
43
``` bash
45
- pip install dbt-llm-tools
44
+ make run_client
46
45
```
47
46
48
47
This will launch the client in your browser at ` http://localhost:8501/app ` .
You can’t perform that action at this time.
0 commit comments