aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-09-01 20:46:22 +0200
committertmartins <thigm85@gmail.com>2020-09-01 20:46:22 +0200
commitaad8b86cac39d32cea5e5160ad261fbab5670536 (patch)
treecb5f57cc4e6ec97a60a73e87e9d4a4f8dd3518fd /python
parentadcfc9e7f054827a948da4e290094d3970a4d7d9 (diff)
Add install on index
Diffstat (limited to 'python')
-rw-r--r--python/vespa/docs/sphinx/source/index.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/python/vespa/docs/sphinx/source/index.rst b/python/vespa/docs/sphinx/source/index.rst
index 66976ecd0ec..5a32163943a 100644
--- a/python/vespa/docs/sphinx/source/index.rst
+++ b/python/vespa/docs/sphinx/source/index.rst
@@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
-Vespa.ai python API
-============================
+Vespa python API
+================
.. toctree::
:hidden:
@@ -14,10 +14,19 @@ Vespa.ai python API
reference-api
``pyvespa`` provides a python API to vespa.ai_. It allow us to create, modify, deploy and interact with
-running Vespa instances. The main goal of the library is to allow for faster prototyping and ML experimentation.
+running Vespa instances. The main goal of the library is to allow for faster prototyping and to facilitate
+Machine Learning experiments around Vespa applications.
.. _vespa.ai: https://vespa.ai/
+Install
++++++++
+
+You can install ``pyvespa`` via ``pip``:
+
+.. code:: bash
+
+ pip install pyvespa
Indices and tables