diff options
author | grooveadelic <40549723+grooveadelic@users.noreply.github.com> | 2018-09-10 21:58:12 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-11 19:08:59 +0300 |
commit | d67ec95b500aabe0da5d95860fcefb894b7d363b (patch) | |
tree | a9686d5869c6f2c50ab6bf604043d8aa8d760375 /docs | |
parent | 1819dc851a6f80ab1658a98dbc20ab20cc11bfde (diff) | |
download | meson-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.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 |