Merge branch '2800-python-global-state' into 2800-pgs
[arvados.git] / doc / user / getting_started / check-environment.html.textile.liquid
index 2908e6e7422373bbc18d44c58551bd98b122e82b..82b3fa24c18895eb1279265a6150509e9acae19b 100644 (file)
@@ -4,9 +4,9 @@ navsection: userguide
 title: "Checking your environment"
 ...
 
-First you should "log into an Arvados VM instance":{{site.baseurl}}/user/getting_started/ssh-access.html#login if you have not already done so.
+First, log into an Arvados VM instance (instructions for "Unix":{{site.baseurl}}/user/getting_started/ssh-access-unix.html#login or "Windows":{{site.baseurl}}/user/getting_started/ssh-access-windows.html#login) or install the Arvados "Command line SDK":{{site.baseurl}}/sdk/cli/index.html and "Python SDK":{{site.baseurl}}/sdk/python/sdk-python.html on your workstation.
 
-If @arv user current@ is able to access the API server, it will print out information about your account.  Check that you are able to access the Arvados API server using the following command:
+Check that you are able to access the Arvados API server using @arv user current@.  If it is able to access the API server, it will print out information about your account:
 
 <notextile>
 <pre><code>$ <span class="userinput">arv user current</span>
@@ -37,4 +37,4 @@ However, if you receive the following message:
 
 bc. ARVADOS_API_HOST and ARVADOS_API_TOKEN need to be defined as environment variables
 
-Then follow the instructions for "getting an API token,":{{site.baseurl}}/user/reference/api-tokens.html and try @arv user current@ again.
+follow the instructions for "getting an API token,":{{site.baseurl}}/user/reference/api-tokens.html and try @arv user current@ again.