From d67ec95b500aabe0da5d95860fcefb894b7d363b Mon Sep 17 00:00:00 2001 From: grooveadelic <40549723+grooveadelic@users.noreply.github.com> Date: Mon, 10 Sep 2018 21:58:12 +0000 Subject: Quick Guide add step for python3-pip install On Deban, and assuming now on Ubuntu as well, pip3 is only available after installing the python3-pip package. For that case explicitly specified the package during the system installation. --- docs/markdown/Quick-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Quick-guide.md') 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 -- cgit v1.1