Skip to content

Commit 2e502d3

Browse files
author
Matt Sokoloff
committed
update README
1 parent 5690c7a commit 2e502d3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Labelbox Python API offers a simple, user-friendly way to interact with the
88

99
* [Requirements](#requirements)
1010
* [Installation](#installation)
11-
* [Authentication](#authentication)
1211
* [Documentation](#documentation)
12+
* [Authentication](#authentication)
1313
* [Contribution](#contribution)
1414
* [Testing](#testing)
1515

@@ -40,6 +40,12 @@ Install using Python's Pip manager.
4040
pip install labelbox
4141
```
4242

43+
## Documentation
44+
45+
* [Visit our docs](https://labelbox.com/docs/python-api) to learn how the SDK works
46+
* Checkout our [notebook examples](examples/) to follow along with interactive tutorials
47+
* view our [API reference](https://labelbox.com/docs/python-api/api-reference).
48+
4349
## Authentication
4450

4551
Labelbox uses API keys to validate requests. You can create and manage API keys on [Labelbox](https://app.labelbox.com/account/api-keys). Pass your API key as an environment variable. Then, import and initialize the API Client.
@@ -52,10 +58,6 @@ from labelbox import Client
5258
client = Client()
5359
```
5460

55-
## Documentation
56-
57-
[Visit our docs](https://labelbox.com/docs/python-api) to learn how to [create a project](https://labelbox.com/docs/python-api/create-first-project), read through some helpful user guides, and view our [API reference](https://labelbox.com/docs/python-api/api-reference).
58-
5961
## Contribution
6062
Please consult `CONTRIB.md`
6163

0 commit comments

Comments
 (0)