Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia authored Feb 12, 2024
1 parent 043d5ef commit 8a804d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ charts = lida.visualize(summary=summary, goal=goals[0]) # exploratory data analy
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.

```bash
pip install lida
pip install -U lida
```

LIDA depends on `llmx` and `openai`. If you had these libraries installed previously, consider updating them.

```bash
pip install -U llmx openai
```

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

0 comments on commit 8a804d7

Please sign in to comment.