8000 Merge pull request #1367 from tableau/20240329-clarify-python-version… · vitorhonna/server-client-python@9dccda9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dccda9

Browse files
authored
Merge pull request tableau#1367 from tableau/20240329-clarify-python-version-support
Clarify that Python 3.7 is the minimum supported version
2 parents 16c863d + 9e66936 commit 9dccda9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This page describes how to:
2121

2222
Before you install TSC, confirm that you have the following dependencies installed:
2323

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/)).
2525
* Git. Optional, but recommended to download the samples or install from the source code.
2626

2727
## Install TSC
@@ -33,6 +33,7 @@ You can install TSC with pip or from the source code.
3333
Run the following command to install the latest stable version of TSC:
3434

3535
```shell
36+
pip install --upgrade pip
3637
pip install tableauserverclient
3738
```
3839

@@ -52,7 +53,7 @@ development version are subject to change at any time before the next stable rel
5253

5354
To install TSC onto a machine without an internet connection, use the following steps:
5455

55-
1) Ensure that Python 3.5 or higher is installed.
56+
1) Ensure that Python is installed.
5657

5758
2) Download and manually install the `requests` Python library (and its dependencies).
5859

0 commit comments

Comments
 (0)
0