We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea8b5a commit b5cc8d2Copy full SHA for b5cc8d2
README.md
@@ -1,13 +1,17 @@
1
# autodesk-forge-sdk
2
3
-Unofficial [Autodesk Forge](https://forge.autodesk.com) SDK for Python 3.* and above.
+Unofficial [Autodesk Forge](https://forge.autodesk.com) SDK for Python (3.*).
4
5
## Usage
6
7
+Install the package from PyPI:
8
+
9
```bash
10
pip3 install autodesk-forge-sdk
11
```
12
13
+Start importing from `autodesk_forge_sdk`:
14
15
```python
16
import os
17
from autodesk_forge_sdk import AuthenticationClient
0 commit comments