Skip to content

Commit

Permalink
added pathway and an easier code for cloning (#143)
Browse files Browse the repository at this point in the history
* Update README.md

added git+https://github.com/chain-ml/council.git@<branch_name>

* Update README.md

added website pathway

---------

Co-authored-by: Arnaud Flament <[email protected]>
  • Loading branch information
Budalebah and aflament authored Jun 21, 2024
1 parent ed1fb99 commit 3dd8679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Install Council in one of multiple ways:
- More documentation here: https://pip.pypa.io/en/stable/topics/vcs-support/#git
3. Install with pip from local copy:
- Clone this repository
- Navigate to local project root and install via `pip install -e .`
- Navigate to local project root and install via `pip install -e git+https://github.com/chain-ml/council.git@<branch_name>.`

Uninstall with: `pip uninstall council-ai`

Expand All @@ -89,7 +89,7 @@ from council.skills import LLMSkill
from council.llm import OpenAILLM
```

Setup API keys in .env file (example in repository) and use it to set up the LLM (here: OpenAILLM).
Setup API keys in .env file (example in repository) and use it to set up the LLM here: <a href="https://openai.com/">OpenAILLM</a>

```python
import dotenv
Expand Down

0 comments on commit 3dd8679

Please sign in to comment.