Skip to content

Commit

Permalink
chore(docs): mention install from git repo (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Mar 1, 2024
1 parent f9093a0 commit 9d503ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you’d like to use the repository from source, you can either install from g
To install via git:

```bash
pip install git+ssh://[email protected]:anthropics/anthropic-sdk-python.git
pip install git+ssh://[email protected]/anthropics/anthropic-sdk-python.git
```

Alternatively, you can build from source and install the wheel file:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant
## Installation

```sh
# install from PyPI
pip install anthropic
```

Expand Down

0 comments on commit 9d503ba

Please sign in to comment.