diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index 8c6da69b8..84595aeea 100644 --- a/docs/markdown/Quick-guide.md +++ b/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