Skip to content

Commit a9df384

Browse files
Minor doc updates (#18)
* add installation instructions. * enable copy to clipboard.
1 parent d970566 commit a9df384

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Planet Auth Utility Library
22

3+
## Overview
34
The Planet Auth Library provides generic authentication utilities for clients
45
and services. For clients, it provides the means to obtain access tokens that
56
can be used to access network services. For services, it provides tools to
@@ -20,3 +21,10 @@ it is operating, leaving that for higher level applications to configure.
2021
The [Planet SDK for Python](https://developers.planet.com/docs/pythonclient/)
2122
leverages this library, and is pre-configured for the Planet Insights Platform used
2223
by customers.
24+
25+
## Installation
26+
Install from PyPI using pip:
27+
28+
```bash
29+
pip install planet-auth
30+
```

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ theme:
1313
favicon: img/logo-color.svg
1414
# custom_dir: 'docs/custom_theme/'
1515
features:
16+
- content.code.copy
1617
- navigation.tabs
1718
# - navigation.instant # Not compatible with i18n plugin
1819
- navigation.tabs.sticky

0 commit comments

Comments
 (0)