From 7b0563d35b9412e5261e89db94847da9bfaeb12e Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Tue, 19 Jul 2022 18:28:17 +0530 Subject: [PATCH] Remove conda installation guide from lightning docs (#13727) Co-authored-by: Akihiro Nitta --- docs/source-app/index.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/docs/source-app/index.rst b/docs/source-app/index.rst index 68020dfab2..29e03b1327 100644 --- a/docs/source-app/index.rst +++ b/docs/source-app/index.rst @@ -25,33 +25,10 @@ Welcome to ⚡ Lightning Apps Install Lightning ***************** - -.. raw:: html - -
-
- -Pip users - .. code-block:: bash pip install lightning -.. raw:: html - -
-
- -Conda users - -.. code-block:: bash - - conda install lightning -c conda-forge - -.. raw:: html - -
-
Or read the :ref:`advanced install ` guide.