diff --git a/README.md b/README.md index 957c63f..bbc2277 100644 --- a/README.md +++ b/README.md @@ -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.