Skip to content

Commit ee798ba

Browse files
Brady EndresBrady Endres
authored andcommitted
2 parents c904536 + 5c00db7 commit ee798ba

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,32 @@
11
# Syncsketch Python API
2-
This package provides methods to communicate with the syncsketch servers and wraps CRUD (create, reade, update, delete) methods to interact with Reviews.
32

4-
### Getting Started
3+
This package provides methods to communicate with the syncsketch servers and wraps CRUD (create, reade, update, delete) methods to interact with Reviews.
54

5+
# Overview
66

7-
#### Installation
7+
SyncSketch is a syncronized visual review tool for the Film/TV/Games industry.
88

9-
pip install git+https://github.com/syncsketch/python-api.git
9+
API access requires an enterprise level account. For help or more info reach out to us.
1010

11+
### Getting Started
1112

1213
#### Compatibility
1314
This library was tested with and confirmed on python versions:
1415
- 2.7.14+
1516
- 3.6
1617
- 3.8
1718

19+
PyPi package
20+
21+
https://pypi.org/project/syncsketch/
22+
23+
#### Installation
24+
25+
Install using `pip`...
26+
27+
pip install syncsketch
28+
29+
1830
### Basic Examples
1931

2032

0 commit comments

Comments
 (0)