lightning/docs/source-app/installation.rst

39 lines
765 B
ReStructuredText

.. _install:
############
Installation
############
We strongly recommend to create a virtual environment first.
Don't know what this is? Follow our `beginner guide here <install_beginner.rst>`_.
**Requirements**
* Python 3.8.x or later (3.8.x, 3.9.x, 3.10.x)
Or read the `Apple Silicon Macs installation article <installation_mac.rst>`_ or the `Windows installation article <installation_win.rst>`_.
----
****************
Install with pip
****************
0. Activate your virtual environment.
1. Install the ``lightning`` package
.. code:: bash
python -m pip install -U lightning
.. note::
If you encounter issues during installation use the following to help troubleshoot:
.. code:: bash
pip list | grep lightning