Remove conda installation guide from lightning docs (#13727)

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
This commit is contained in:
Rohit Gupta 2022-07-19 18:28:17 +05:30 committed by GitHub
parent 904c2febca
commit 7b0563d35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 23 deletions

View File

@ -25,33 +25,10 @@ Welcome to ⚡ Lightning Apps
Install Lightning
*****************
.. raw:: html
<div class="row" style='font-size: 16px'>
<div class='col-md-6'>
Pip users
.. code-block:: bash
pip install lightning
.. raw:: html
</div>
<div class='col-md-6'>
Conda users
.. code-block:: bash
conda install lightning -c conda-forge
.. raw:: html
</div>
</div>
Or read the :ref:`advanced install <install>` guide.