Skip to content

Commit a942c6a

Browse files
install pip in Ubuntu if not already
1 parent b263286 commit a942c6a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/installation/linux.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ To install LaTeX:
3939
sudo apt install texlive texlive-latex-extra texlive-fonts-extra \
4040
texlive-latex-recommended texlive-science texlive-fonts-extra tipa
4141
42+
If you don't have python3-pip installed, install it:
43+
44+
.. code-block:: bash
45+
sudo apt install python3-pip
46+
4247
.. note:: These instructions are also valid for other Debian-based
4348
distributions or distributions that use the ``apt`` package manager.
4449

0 commit comments

Comments
 (0)