diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4647d455..10854833 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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://git@github.com:anthropics/anthropic-sdk-python.git +pip install git+ssh://git@github.com/anthropics/anthropic-sdk-python.git ``` Alternatively, you can build from source and install the wheel file: diff --git a/README.md b/README.md index b2f25729..1e3a332f 100644 --- a/README.md +++ b/README.md @@ -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 ```