Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-pawelek committed Jan 29, 2025
1 parent ad8d7eb commit ece9aa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ The `llmtranslate` library is a Python tool that leverages LangChain's [ChatMode

## Installation

**Important** To ensure proper dependency management, install the required libraries in the <br>**following order**:
To ensure proper dependency management, install the required libraries **in the following order**:

1. Install LangChain [ChatModels](https://python.langchain.com/docs/integrations/chat/) libraries for your preferred LLM. For example:
1. Install LangChain chat libraries for your preferred LLM. For example:
```bash
pip install langchain-openai
```

For other LLM integrations, refer to [LangChain ChatModels documentation.](https://python.langchain.com/docs/integrations/chat/)
2. Install the `llmtranslate` library:
```bash
pip install llmtranslate
Expand Down

0 comments on commit ece9aa3

Please sign in to comment.