From f1aee1a1d49dc0a973b57186c8fc1ef794c02e08 Mon Sep 17 00:00:00 2001 From: dzucker-tab <49076749+dzucker-tab@users.noreply.github.com> Date: Thu, 8 Aug 2019 07:18:14 -0700 Subject: [PATCH] Update index.md Removed test dependencies in anticipation of @t8y8 's package with those dependencies unwired. --- docs/index.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 85b1e43da..45d62e6b7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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