diff --git a/docs/getting-started/installation.rst b/docs/getting-started/installation.rst index 07c50ca06..b4e3fd262 100644 --- a/docs/getting-started/installation.rst +++ b/docs/getting-started/installation.rst @@ -2,17 +2,6 @@ Installation ============== --------------- -With Pip --------------- - -Triton can be installed directly from pip with the following command - -.. code-block:: python - - pip install triton - - -------------- From Source --------------