Skip to content

Commit

Permalink
💿add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed May 9, 2024
1 parent 0c0c02f commit 89651f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ Build Agentic workflows with function calling, powered by LangChain.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/aniketmaurya/python-project-template?template=false)

Install Agents with pip
**Install latest branch:**

```bash
```shell
pip install git+https://github.com/aniketmaurya/agents.git@main
```

**or, for editable installation:**

```shell
git clone https://github.com/aniketmaurya/agents.git
cd agents
pip install .
pip install -e .
```

## Usage/Examples
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ loguru
wikipedia
googlesearch-python
langchain-cohere
transformers

0 comments on commit 89651f4

Please sign in to comment.