aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorgrooveadelic <40549723+grooveadelic@users.noreply.github.com>2018-09-10 21:58:12 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2018-09-11 19:08:59 +0300
commitd67ec95b500aabe0da5d95860fcefb894b7d363b (patch)
treea9686d5869c6f2c50ab6bf604043d8aa8d760375 /docs
parent1819dc851a6f80ab1658a98dbc20ab20cc11bfde (diff)
downloadmeson-d67ec95b500aabe0da5d95860fcefb894b7d363b.zip
meson-d67ec95b500aabe0da5d95860fcefb894b7d363b.tar.gz
meson-d67ec95b500aabe0da5d95860fcefb894b7d363b.tar.bz2
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Quick-guide.md2
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