From b70979918ec32fa4dc8932c5c0637d7ced577ab2 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 7 Oct 2019 18:09:57 -0700 Subject: [PATCH] Remove MacPorts instructions from Readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 3770bf0f61b5..e6a49ed81568 100644 --- a/README.md +++ b/README.md @@ -54,18 +54,13 @@ Please select your operating system: Xcode version 10.2 or above is recommended. -##### On macOS (homebrew) +##### On macOS (Homebrew) ``` sh brew bundle install --file=etc/taskcluster/macos/Brewfile brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer pip install virtualenv ``` -##### On macOS (MacPorts) - -``` sh -sudo port install python27 py27-virtualenv cmake yasm llvm -``` #### On Debian-based Linuxes