mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-12 16:47:20 -04:00
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…
x
Reference in New Issue
Block a user