Quick_guide.md:add python-setuptools and wheel

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

[skip ci]
This commit is contained in:
andy5995 2019-06-17 15:54:11 -05:00 committed by Jussi Pakkanen
parent 9e09c85e6c
commit a1ea5fd16b
1 changed files with 2 additions and 1 deletions

View File

@ -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