From 889ff15ccd1f5a0f0a6ad39a19ac08c552d0d7ad Mon Sep 17 00:00:00 2001 From: Dave Hylands Date: Fri, 12 Jun 2015 08:56:24 -0700 Subject: [PATCH] Added a couple notes --- Micro-Python-on-Mac-OSX.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Micro-Python-on-Mac-OSX.md b/Micro-Python-on-Mac-OSX.md index 7cec97e..2814703 100644 --- a/Micro-Python-on-Mac-OSX.md +++ b/Micro-Python-on-Mac-OSX.md @@ -14,7 +14,9 @@ In order to compile on OSX you will need the following software packages install * libffi (minimum version 3.1-4 from Macports) `sudo port install libffi` * pkgconfig `sudo port install pkgconfig` * Python >= 3.3 `sudo port install python34` -* git - to keep local source tree up to date +* Setup python34 as python3 `sudo port select python3 python34' +* git - to keep local source tree up to date `sudo port install git` +* If you like using git completion or `$(__git_ps1)` for your prompt, then add the following line to your ~/.bashrc file: `. /opt/local/share/git/contrib/completion/git-prompt.sh` ## Build Process Same as on Linux - go to `micropython/unix` and run `make` (or `make -B` or `make clean; make` if rebuilding.