Skip to content

Commit fa0ecda

Browse files
Yet another silly mistake...
1 parent 3c29748 commit fa0ecda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/installation/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you don't have python3-pip installed, install it:
4343

4444
.. code-block:: bash
4545
46-
sudo apt install python-pip
46+
sudo apt install python3-pip
4747
4848
.. note:: These instructions are also valid for other Debian-based
4949
distributions or distributions that use the ``apt`` package manager.
@@ -113,7 +113,7 @@ To install LaTeX:
113113
114114
sudo pacman -S texlive-most
115115
116-
If you don't have python3-pip installed, install it:
116+
If you don't have python-pip installed, install it:
117117

118118
.. code-block:: bash
119119

0 commit comments

Comments
 (0)