From 42462b23791ab94134911e1027157b6a03f6b51d Mon Sep 17 00:00:00 2001
From: Simon John <git@the-jedi.co.uk>
Date: Thu, 14 Nov 2019 08:39:24 +0000
Subject: [PATCH] updated macos instructions for pyserial

---
 README.md | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 52cc5b5..50b4eb3 100644
--- a/README.md
+++ b/README.md
@@ -119,15 +119,10 @@ On Arch:
 sudo pacman -S python-pyserial
 ```
 
-On Mac using MacPorts:
+On macOS 10.15+:
 
 ```sh
-sudo port install py35-serial
-
-# or if you prefer homebrew
-
-brew install python3
-pip3 install pyserial
+sudo /usr/bin/python3 -m pip pyserial
 ```
 
 On Windows: