Skip to content

Commit 31aca0e

Browse files
committed
added getting started section
1 parent 95d50d7 commit 31aca0e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tableausdk-python
22

3-
Tableau SDK for Python. Currently this contains only the Document API. This will evolve. Help us by submitting feedback, issues, and pull requests!
3+
Tableau SDK for Python. Currently this contains only the Document API. We are just getting started and this will evolve. Help us by submitting feedback, issues, and pull requests!
44

55
Document API
66
---------------
@@ -13,3 +13,11 @@ Currently only the following operations are supported:
1313
* Modify database server
1414
* Modify database name
1515
* Modify database user
16+
17+
We don't yet support creating files from scratch. Support for .twbx and .tdsx is coming.
18+
19+
##### Getting Started
20+
We will put this in PyPi to make installation easier. In the meantime, install the package locally with:
21+
```python
22+
pip install -e <directory containing setup.py>
23+
```

0 commit comments

Comments
 (0)