Skip to content

Commit

Permalink
doc update to include installation note
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Jan 15, 2021
1 parent 75bad93 commit adcde00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ A Python client for interfacing with the Zoom API to perform various tasks.

Zoom API documentation can be found at the following URL: [https://marketplace.zoom.us/docs/api-reference/zoom-api](https://marketplace.zoom.us/docs/api-reference/zoom-api)

## Installation

```shell
pip install git+https://github.com/CUBoulder-OIT/zoom_client@main#egg=zoom_client
```

## Usage

1. Ensure requirements outlined above are completed.
Expand Down

0 comments on commit adcde00

Please sign in to comment.