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 ```