Skip to content

Commit 7a300c2

Browse files
authored
Update index.md (#482)
Removed test dependencies in anticipation of @t8y8 's package with those dependencies unwired.
1 parent 88e295c commit 7a300c2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,8 @@ development version are subject to change at any time before the next stable rel
5252

5353
To install TSC onto a machine without internet connection, use the following steps:
5454

55-
1) Download the [setup package](https://pypi.org/project/tableauserverclient/#files){:target="_blank"}.
56-
2) Manually install the dependent Python libraries.
57-
58-
> **Note:** The way python dependencies are configured in the TSC set up package requires either for them to be preinstalled when installing TSC, or for network to be available to retrieve them. Offline installation currently requires manual installation of the following python libraries (and their dependencies) before intalling TSC:
59-
* pytest-runner
60-
* pytest
61-
* requests
62-
55+
1) Download and manually install the **requests** python library (and its dependencies).
56+
2) Download the [setup package](https://pypi.org/project/tableauserverclient/#files){:target="_blank"}.
6357
3) Run `pip install ./downloads/tableauserverclient-x.x.tar.gz`
6458

6559
## Get the samples

0 commit comments

Comments
 (0)