Skip to content

Commit

Permalink
Add instructions to install from conda-forge. (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
  • Loading branch information
kklein and pmeier committed Apr 29, 2024
1 parent 7963453 commit e0fe014
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ A RAG orchestration framework.
<img src="https://img.shields.io/pypi/v/ragna?colorA=1F2636&colorB=DF5538"
alt="PyPI" />
</a>
<a href="https://anaconda.org/conda-forge/ragna">
<img src="https://img.shields.io/conda/vn/conda-forge/ragna?colorA=1F2636&colorB=DF5538" alt="conda-forge">
</a>
</td>
<td>
<a href="https://ragna.chat">
Expand Down
6 changes: 5 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ And, upgrade to latest versions with:
pip install --upgrade ragna
```

<!-- Add conda and conda-forge if/when available -->
Alternatively, you can install `ragna` with conda from conda-forge:

```bash
conda install ragna -c conda-forge
```

## Verify your installation

Expand Down

0 comments on commit e0fe014

Please sign in to comment.