Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:lithic-com/lithic-python.git
pip install git+ssh://git@github.com/lithic-com/lithic-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 @@ -13,6 +13,7 @@ The REST API documentation can be found [on docs.lithic.com](https://docs.lithic
## Installation

```sh
# install from PyPI
pip install lithic
```

Expand Down