Skip to content

Commit

Permalink
Update install-python.rst (#364)
Browse files Browse the repository at this point in the history
Added comment for Linux install to clarify the requirement for the python venv
  • Loading branch information
Tnthr authored Sep 14, 2024
1 parent 580ffc5 commit b2f2302
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion faq/install-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install Python Interpreter
--------------------------

:ref:`piocore` is written in `Python <https://www.python.org/downloads/>`_ that
is installed by default on the all popular OS except Windows.
is installed by default on all the popular OSs except Windows.

Please navigate to official website and `Download the latest Python <https://www.python.org/downloads/>`_
and install it. Please **READ NOTES BELOW**.
Expand All @@ -32,3 +32,10 @@ and install it. Please **READ NOTES BELOW**.
not be available.

.. image:: ../_static/images/python-installer-add-path.png

:Linux:
Most linux distributions will include a Python installation already. You may need to ensure that the Python Virtual Environment is installed.

Debian/Ubuntu derivatives have this package in Apt as ``python3-venv``.

``sudo apt install python3-venv`` should be all that is required.

0 comments on commit b2f2302

Please sign in to comment.