mirror of https://github.com/kiwix/libkiwix.git
Fix meson installation error by using pip3
This commit is contained in:
parent
698578ee73
commit
683b5249a2
|
@ -68,7 +68,7 @@ Then install Meson itself:
|
||||||
```
|
```
|
||||||
virtualenv -p python3 ./ # Create virtualenv
|
virtualenv -p python3 ./ # Create virtualenv
|
||||||
source bin/activate # Activate the virtualenv
|
source bin/activate # Activate the virtualenv
|
||||||
pip install meson # Install Meson
|
pip3 install meson # Install Meson
|
||||||
hash -r # Refresh bash paths
|
hash -r # Refresh bash paths
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue