From 32d615f8f8a17ce043581c701371dfd114a36cc0 Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Thu, 7 May 2020 10:45:58 -0400 Subject: [PATCH] [DOCS] Now specifying pip command in installation.rst --- docs/installation/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index b5e8e72f1..c9755fbc1 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -1,6 +1,15 @@ Installation ============ +Triton can be installed directly from pip with the following command + +.. code-block:: python + + pip install triton + + +See the information below for more detailed information on custom builds. + .. toctree:: :maxdepth: 1