diff options
author | andy5995 <andy400-dev@yahoo.com> | 2019-06-17 15:54:11 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-06-19 00:05:30 +0300 |
commit | a1ea5fd16b5b5cb4d406b1185bb4b9653d85f1eb (patch) | |
tree | a4fc48450576745b5f10b17964cf37967afc9685 | |
parent | 9e09c85e6cf9ef3676bc8890ce0d7ce1440b4bf0 (diff) | |
download | meson-a1ea5fd16b5b5cb4d406b1185bb4b9653d85f1eb.zip meson-a1ea5fd16b5b5cb4d406b1185bb4b9653d85f1eb.tar.gz meson-a1ea5fd16b5b5cb4d406b1185bb4b9653d85f1eb.tar.bz2 |
Quick_guide.md:add python-setuptools and wheel
per IRC discussion, the wheel package isn't required but reduces
harmless warnings.
[skip ci]
-rw-r--r-- | docs/markdown/Quick-guide.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index 8c6da69..84595ae 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 |