Fix meson installation error by using pip3

This commit is contained in:
RohanBh 2018-03-10 03:10:09 +05:30
parent 698578ee73
commit 683b5249a2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Then install Meson itself:
```
virtualenv -p python3 ./ # Create virtualenv
source bin/activate # Activate the virtualenv
pip install meson # Install Meson
pip3 install meson # Install Meson
hash -r # Refresh bash paths
```