Yet another silly mistake...

This commit is contained in:
aliPMPAINT 2020-10-14 12:53:00 +03:30 committed by GitHub
commit fa0ecda596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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