Update installation (#14732)

* Update installation

Updates to use python -m pip install -U lightning and adds troubleshooting note

* Apply suggestions from code review

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
This commit is contained in:
Laverne Henderson 2022-09-15 12:30:32 -07:00 committed by GitHub
parent 09f50b4295
commit 9ea4ab6b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Install Lightning
.. code-block:: bash
pip install lightning
python -m pip install -U lightning
Or read the :ref:`advanced install <install>` guide.

View File

@ -28,3 +28,11 @@ Install with pip
.. 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

View File

@ -19,4 +19,4 @@ Install the ``lightning`` package
export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1
export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1
pip install lightning
python -m pip install -U lightning