Remove MacPorts instructions from Readme

This commit is contained in:
Alex Touchet 2019-10-07 18:09:57 -07:00 committed by GitHub
parent 0b5aaeff5d
commit b70979918e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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