Skip to content

Commit

Permalink
chore(docs): mention install from git repo (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 1, 2024
1 parent 95a1e0e commit 3ab6f44
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://git@github.com:openai/openai-python.git
pip install git+ssh://git@github.com/openai/openai-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 @@ -18,6 +18,7 @@ The REST API documentation can be found [on platform.openai.com](https://platfor
> The SDK was rewritten in v1, which was released November 6th 2023. See the [v1 migration guide](https://github.com/openai/openai-python/discussions/742), which includes scripts to automatically update your code.
```sh
# install from PyPI
pip install openai
```

Expand Down

0 comments on commit 3ab6f44

Please sign in to comment.