From 1a5b2c08ee64fcb466c1e84b589729f05c4669f4 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Tue, 2 Oct 2018 13:31:29 -0400 Subject: [PATCH] update INSTALL.md --- INSTALL.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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