Skip to content

Commit 3ab6f44

Browse files
chore(docs): mention install from git repo (#1203)
1 parent 95a1e0e commit 3ab6f44

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]:openai/openai-python.git
62+
pip install git+ssh://[email protected]/openai/openai-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
@@ -18,6 +18,7 @@ The REST API documentation can be found [on platform.openai.com](https://platfor
1818
> 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.
1919
2020
```sh
21+
# install from PyPI
2122
pip install openai
2223
```
2324

0 commit comments

Comments
 (0)