Remove conda installation guide from lightning docs (#13727)
Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
This commit is contained in:
parent
904c2febca
commit
7b0563d35b
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue