Skip to content

Commit b5cc8d2

Browse files
committed
Updated README.
1 parent aea8b5a commit b5cc8d2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# autodesk-forge-sdk
22

3-
Unofficial [Autodesk Forge](https://forge.autodesk.com) SDK for Python 3.* and above.
3+
Unofficial [Autodesk Forge](https://forge.autodesk.com) SDK for Python (3.*).
44

55
## Usage
66

7+
Install the package from PyPI:
8+
79
```bash
810
pip3 install autodesk-forge-sdk
911
```
1012

13+
Start importing from `autodesk_forge_sdk`:
14+
1115
```python
1216
import os
1317
from autodesk_forge_sdk import AuthenticationClient

0 commit comments

Comments
 (0)