8000 Adding dev install info to the readme (#57) · onware/document-api-python@1f953d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f953d9

Browse files
author
Russell Hay
authored
Adding dev install info to the readme (tableau#57)
1 parent db65119 commit 1f953d9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@ Download the `.zip` file that contains the SDK. Unzip the file and then run the
4545
pip install -e <directory containing setup.py>
4646
```
4747

48+
#### Installing the Development Version From Git
49+
50+
*Only do this if you know you want the development version, no guarantee that we won't break APIs during development*
51+
52+
```text
53+
pip install git+https://github.com/tableau/document-api-python.git@development
54+
```
55+
56+
If you go this route, but want to switch back to the non-development version, you need to run the following command before installing the stable version:
57+
58+
```text
59+
pip uninstall tableaudocumentapi
60+
```
61+
4862
###Basics
4963
The following example shows the basic syntax for using the Document API to update a workbook:
5064

0 commit comments

Comments
 (0)
0