Skip to content

Update index.md #482

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,8 @@ development version are subject to change at any time before the next stable rel

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

1) Download the [setup package](https://pypi.org/project/tableauserverclient/#files){:target="_blank"}.
2) Manually install the dependent Python libraries.

> **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:
* pytest-runner
* pytest
* requests

1) Download and manually install the **requests** python library (and its dependencies).
2) Download the [setup package](https://pypi.org/project/tableauserverclient/#files){:target="_blank"}.
3) Run `pip install ./downloads/tableauserverclient-x.x.tar.gz`

## Get the samples
Expand Down