From 683b5249a219b07f1deb52b52ef21a6c378e603b Mon Sep 17 00:00:00 2001 From: RohanBh Date: Sat, 10 Mar 2018 03:10:09 +0530 Subject: [PATCH] Fix meson installation error by using pip3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc9f5db2b..52abbd4e8 100644 --- a/README.md +++ b/README.md @@ -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 ```