diff --git a/INSTALL.md b/INSTALL.md index a914c4ba6..fe2474c6e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,9 +20,8 @@ Install [xcode command line tools](https://developer.xamarin.com/guides/testclou Remaining dependencies can then be installed by running: ``` -brew install mpfr libmpc protobuf -sudo easy_install pip -sudo pip install virtualenv +brew install python3 protobuf +python3 -m pip install virtualenv ``` ### Linux Prerequisites