Quick_guide.md:add python-setuptools and wheel

per IRC discussion, the wheel package isn't required but reduces
harmless warnings.

[skip ci]
pull/5519/head
andy5995 6 years ago committed by Jussi Pakkanen
parent 9e09c85e6c
commit a1ea5fd16b
  1. 3
      docs/markdown/Quick-guide.md

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

Loading…
Cancel
Save