Skip to content

Commit e6a0bba

Browse files
author
Russell Hay
authored
Merge pull request #39 from RussTheAerialist/master
Updating README to include information for installing from pip
2 parents 4a09dfa + ca6fd1c commit e6a0bba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
setup(
77
name='tableaudocumentapi',
88
version='0.0.1',
9-
summary='A Python module for working with Tableau files.',
109
author='Tableau Software',
1110
author_email='github@tableau.com',
1211
url='https://github.com/tableau/document-api-python',
13-
py_modules=['tableaudocumentapi'],
12+
packages=['tableaudocumentapi'],
1413
license='MIT',
1514
description='A Python module for working with Tableau files.'
1615
)

0 commit comments

Comments
 (0)