Skip to content

Commit c056bfc

Browse files
stainless-botstainless-app[bot]
authored andcommitted
chore(docs): mention install from git repo (#303)
1 parent 1166b17 commit c056bfc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
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://git@github.com:Finch-API/finch-api-python.git
62+
pip install git+ssh://git@github.com/Finch-API/finch-api-python.git
6363
```
6464

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The REST API documentation can be found [in the Finch Documentation Center](http
1313
## Installation
1414

1515
```sh
16+
# install from PyPI
1617
pip install finch-api
1718
```
1819

0 commit comments

Comments
 (0)