You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This page describes how to:
21
21
22
22
Before you install TSC, confirm that you have the following dependencies installed:
23
23
24
-
* Python. You can use TSC with Python 3.5 or later.
24
+
* Python. You can use TSC with Python 3.7 or later. Ideally, use a Python version that hasn't reached end-of-life yet. (Refer to the [Status of Python versions](https://devguide.python.org/versions/)).
25
25
* Git. Optional, but recommended to download the samples or install from the source code.
26
26
27
27
## Install TSC
@@ -33,6 +33,7 @@ You can install TSC with pip or from the source code.
33
33
Run the following command to install the latest stable version of TSC:
34
34
35
35
```shell
36
+
pip install --upgrade pip
36
37
pip install tableauserverclient
37
38
```
38
39
@@ -52,7 +53,7 @@ development version are subject to change at any time before the next stable rel
52
53
53
54
To install TSC onto a machine without an internet connection, use the following steps:
54
55
55
-
1) Ensure that Python 3.5 or higher is installed.
56
+
1) Ensure that Python is installed.
56
57
57
58
2) Download and manually install the `requests` Python library (and its dependencies).
0 commit comments