We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b263286 commit a942c6aCopy full SHA for a942c6a
docs/source/installation/linux.rst
@@ -39,6 +39,11 @@ To install LaTeX:
39
sudo apt install texlive texlive-latex-extra texlive-fonts-extra \
40
texlive-latex-recommended texlive-science texlive-fonts-extra tipa
41
42
+If you don't have python3-pip installed, install it:
43
+
44
+.. code-block:: bash
45
+ sudo apt install python3-pip
46
47
.. note:: These instructions are also valid for other Debian-based
48
distributions or distributions that use the ``apt`` package manager.
49
0 commit comments