8000 Updating README to include information for installing from pip · onware/document-api-python@ec375ba · GitHub
[go: up one dir, main page]

Skip to content

Commit ec375ba

Browse files
author
Russell Hay
committed
Updating README to include information for installing from pip
1 parent 4a09dfa commit ec375ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ We don't yet support creating files from scratch. In addition, support for `.twb
2020
###Getting Started
2121
To use this SDK, you must have Python installed. You can use either 2.7.X or 3.3 and later.
2222

23+
#### Installing the latest stable version (preferred)
24+
25+
```text
26+
pip install tableaudocumentapi
27+
```
28+
29+
#### Installing From Source
30+
2331
Download the `.zip` file that contains the SDK. Unzip the file and then run the following command:
2432

2533
```text

0 commit comments

Comments
 (0)
0