Skip to content

Commit 9d503ba

Browse files
chore(docs): mention install from git repo (anthropics#356)
1 parent f9093a0 commit 9d503ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you’d like to use the repository from source, you can either install from g
5959
To install via git:
6060

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

6565
Alternatively, you can build from source and install the wheel file:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The REST API documentation can be found [on docs.anthropic.com](https://docs.ant
1313
## Installation
1414

1515
```sh
16+
# install from PyPI
1617
pip install anthropic
1718
```
1819

0 commit comments

Comments
 (0)