-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0faa8c2
commit a937722
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,10 @@ The REST API documentation can be found on [developers.intercom.com](https://dev | |
## Installation | ||
|
||
```sh | ||
# install from the production repo | ||
pip install git+ssh://[email protected]/intercom/python-intercom#v3.git | ||
# install from PyPI | ||
pip install python-intercom | ||
``` | ||
|
||
> [!NOTE] | ||
> Once this package is [published to PyPI](https://app.stainlessapi.com/docs/guides/publish), this will become: `pip install python-intercom` | ||
## Usage | ||
|
||
The full API of this library can be found in [api.md](api.md). | ||
|