diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-03-20 14:25:58 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-03-20 18:37:22 +0200 |
commit | 254a688124f13888dcc828c1572ec6f8f877ea87 (patch) | |
tree | 3ca8cd4d370671ff586a662c443c6afb08386f65 | |
parent | dc049660e7d5e7c4b4a9ded4acb02fe90860adfb (diff) | |
download | meson-254a688124f13888dcc828c1572ec6f8f877ea87.zip meson-254a688124f13888dcc828c1572ec6f8f877ea87.tar.gz meson-254a688124f13888dcc828c1572ec6f8f877ea87.tar.bz2 |
Pip clarification.
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |