Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/doc/fix-links' into doc/fix-links
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jun 20, 2024
2 parents ef4c55b + e59effe commit b0b5034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ on mac or `.\artkit\scripts\Activate` on Windows.
We recommend installing the project locally in developer mode to enable importing local ARTKIT modules in
scripts or notebooks as if the library is installed, but with local changes immediately reflected.

To install ARTKIT in developer model, run the following from your project root:
To install ARTKIT in developer mode, run the following from your project root:

```
pip install -e .[dev]
pip install -e ".[dev]"
```

There are optional dependencies for the compatible LLM providers (anthropic, google, groq, huggingface, openai as of June 19, 2024) which can be installed collectively via "dev" or individually as desired:

```
pip install -e .[openai, groq]
pip install -e ".[openai, groq]"
```

Note: The LLM providers are optional to run and use ARTKIT, but the unit tests will fail without installing them
Expand Down

0 comments on commit b0b5034

Please sign in to comment.