File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# TekDrive Python SDK
2
- [ ![ TekCloud Logo] ( https://raw.githubusercontent.com/initialstate /tekdrive-sdk-python/master/ext/tekcloud-logo.png )] ( https://tekcloud.com )
2
+ [ ![ TekCloud Logo] ( https://raw.githubusercontent.com/tektronix /tekdrive-sdk-python/master/ext/tekcloud-logo.png )] ( https://tekcloud.com )
3
3
4
4
This is a Python SDK for interacting with the TekDrive API.
5
5
6
6
## Quick Links
7
7
#### SDK
8
- - [ PyPI] ( TODO: )
9
- - [ Documentation] ( TODO: )
10
- - [ File a Bug/Request a Feature] ( https://github.com/initialstate /tekdrive-sdk-python/issues/new/choose )
8
+ - [ PyPI] ( https://pypi.org/project/tekdrive/ )
9
+ - [ Documentation] ( https://tektronix.github.io/tekdrive-sdk-python/ )
10
+ - [ File a Bug/Request a Feature] ( https://github.com/tektronix /tekdrive-sdk-python/issues/new/choose )
11
11
12
12
#### Other
13
13
- [ TekDrive API Documentation] ( https://docs.drive.tekcloud.com )
@@ -18,7 +18,7 @@ This is a Python SDK for interacting with the TekDrive API.
18
18
The SDK is available on PyPI:
19
19
20
20
``` console
21
- $ python -m pip install tekdrive
21
+ $ pip install tekdrive
22
22
```
23
23
24
24
This SDK officially supports Python 3.6+.
You can’t perform that action at this time.
0 commit comments