Skip to content

Commit

Permalink
chore: Adding installation from a PR branch to install options
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Jul 16, 2024
1 parent 044e5c6 commit cff1545
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/core/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,16 @@ The core Chroma package installs the full Chroma version which can be uses for l
```bash
pip install git+https://github.com/chroma-core/[email protected]
```


=== "From PR Branch"

It is sometimes useful to install a version of Chroma that has still some unrelease functionality. Like a PR that either fixes a bug or brings
in a new functionality you may need. To test such unreleased code it is possible to install directly from GH PR branch.

```bash
pip install git+https://github.com/chroma-core/chroma.git@<branch_name>
```


## ChromaDB Python Client

Expand Down

0 comments on commit cff1545

Please sign in to comment.