diff options
-rw-r--r-- | docs/markdown/Quick-guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Quick-guide.md b/docs/markdown/Quick-guide.md index e0a528e..549dcfc 100644 --- a/docs/markdown/Quick-guide.md +++ b/docs/markdown/Quick-guide.md @@ -23,7 +23,7 @@ generate native VS and XCode project files. On Ubuntu these can be easily installed with the following command: ```console -$ sudo apt-get install python3 ninja-build +$ sudo apt-get install python3 python3-pip ninja-build ``` The best way to get Meson is to `pip install` it for your user |