Skip to content

Commit 9bb26c0

Browse files
authored
Merge pull request #98 from microsoft/victordibia-patch-1
Update README.md
2 parents 043d5ef + 8a804d7 commit 9bb26c0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ charts = lida.visualize(summary=summary, goal=goals[0]) # exploratory data analy
4646
Setup and verify that your python environment is **`python 3.10`** or higher (preferably, use [Conda](https://docs.conda.io/en/main/miniconda.html#installing)). Install the library via pip.
4747

4848
```bash
49-
pip install lida
49+
pip install -U lida
50+
```
51+
52+
LIDA depends on `llmx` and `openai`. If you had these libraries installed previously, consider updating them.
53+
54+
```bash
55+
pip install -U llmx openai
5056
```
5157

5258
Once requirements are met, setup your api key. Learn more about setting up keys for other LLM providers [here](https://github.com/victordibia/llmx).

0 commit comments

Comments
 (0)