Skip to content

Commit 4afc1b9

Browse files
install pip in Arch/Manjaro if not already
1 parent 5932792 commit 4afc1b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/installation/linux.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ To install LaTeX:
113113
114114
sudo pacman -S texlive-most
115115
116+
If you don't have python3-pip installed, install it:
117+
118+
.. code-block:: bash
119+
120+
sudo apt install python-pip
121+
116122
117123
.. note:: These instructions are also valid for other Arch-based
118124
distributions or distributions that use the ``pacman`` package

0 commit comments

Comments
 (0)