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 3c29748 commit fa0ecdaCopy full SHA for fa0ecda
docs/source/installation/linux.rst
@@ -43,7 +43,7 @@ If you don't have python3-pip installed, install it:
43
44
.. code-block:: bash
45
46
- sudo apt install python-pip
+ sudo apt install python3-pip
47
48
.. note:: These instructions are also valid for other Debian-based
49
distributions or distributions that use the ``apt`` package manager.
@@ -113,7 +113,7 @@ To install LaTeX:
113
114
sudo pacman -S texlive-most
115
116
-If you don't have python3-pip installed, install it:
+If you don't have python-pip installed, install it:
117
118
119
0 commit comments