Pip clarification.

This commit is contained in:
Jussi Pakkanen 2016-03-20 14:25:58 +02:00
parent dc049660e7
commit 254a688124
1 changed files with 4 additions and 2 deletions

View File

@ -18,8 +18,10 @@ options here>`.
Meson is also available from
[PyPi](https://pypi.python.org/pypi/meson), so it can be installed
with `pip install meson` (this does not require a source checkout, pip
will download the package automatically).
with `pip3 install meson` (this does not require a source checkout,
pip will download the package automatically). The exact command to
type to install with pip can very between systems, be sure to use the
Python 3 version of pip.
####Running