Quick Guide add step for python3-pip install

On Deban, and assuming now on Ubuntu as well, pip3 is only available after installing the python3-pip package. For that case explicitly specified the package during the system installation.
pull/4163/head
grooveadelic 6 years ago committed by Jussi Pakkanen
parent 1819dc851a
commit d67ec95b50
  1. 2
      docs/markdown/Quick-guide.md

@ -23,7 +23,7 @@ generate native VS and XCode project files.
On Ubuntu these can be easily installed with the following command:
```console
$ sudo apt-get install python3 ninja-build
$ sudo apt-get install python3 python3-pip ninja-build
```
The best way to get Meson is to `pip install` it for your user

Loading…
Cancel
Save