Skip to content

Commit

Permalink
Update readme with conda install.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Sep 30, 2024
1 parent 5c4a0c9 commit 14686a4
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 @@ -17,6 +17,12 @@ To install with `pip`, run:
pip install onyxgenai
```

To install with `conda`, run:

```bash
conda install -c conda-forge onyxgenai
```

## Using the SDK in Onyx

1. Create a Conda Store Environment with all dependencies listed in the requirements.txt
Expand All @@ -25,7 +31,7 @@ pip install onyxgenai

3. Create a new Jupyter Notebook

4. Install the client as indicated above
4. Install the SDK as indicated above

5. Add the onyxgenai client imports to your project

Expand Down

0 comments on commit 14686a4

Please sign in to comment.