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:
parent
9e09c85e6c
commit
a1ea5fd16b
|
@ -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…
Reference in New Issue