From bf1efb4b1752f0c04c3ab477e0733ffd04005c3c Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 18 Feb 2014 21:45:31 -0500 Subject: [PATCH] Improve headings in Python SDK installation section. --- doc/sdk/python/sdk-python.html.textile.liquid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/sdk/python/sdk-python.html.textile.liquid b/doc/sdk/python/sdk-python.html.textile.liquid index 97d5a39728..da363465fd 100644 --- a/doc/sdk/python/sdk-python.html.textile.liquid +++ b/doc/sdk/python/sdk-python.html.textile.liquid @@ -18,7 +18,7 @@ If you are logged in to an Arvados VM, the Python SDK should be installed. To use the Python SDK elsewhere, you can either install the Python SDK via PyPI or build and install the package using the arvados source tree. -h4. Install with PyPI +h4. Option 1: install with PyPI
@@ -26,7 +26,7 @@ $ pip install arvados-python-client
 
-h4. Build and install from source +h4. Option 2: build and install from source
@@ -37,6 +37,8 @@ $ sudo python setup.py install
 
+h4. Test installation + If the SDK is installed and your @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ environment variables are set up correctly (see "api-tokens":{{site.basedoc}}/user/reference/api-tokens.html for details), @import arvados@ should produce no errors: -- 2.39.5