aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Quick-guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Quick-guide.md')
-rw-r--r--docs/markdown/Quick-guide.md3
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