From 0878bd40275feb077e99376e242ce2f66b734fb1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 19 Apr 2015 16:53:39 +0300 Subject: [PATCH] Remove temporal references --- Micro Python on Mac OSX.md => Micro-Python-on-Mac-OSX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Micro Python on Mac OSX.md => Micro-Python-on-Mac-OSX.md (83%) diff --git a/Micro Python on Mac OSX.md b/Micro-Python-on-Mac-OSX.md similarity index 83% rename from Micro Python on Mac OSX.md rename to Micro-Python-on-Mac-OSX.md index fa5ef50..7cec97e 100644 --- a/Micro Python on Mac OSX.md +++ b/Micro-Python-on-Mac-OSX.md @@ -1,5 +1,5 @@ # Introduction -This article has been renamed from [OSX Tips and Tricks](https://github.com/micropython/micropython/wiki/OSX-Tips-and-Tricks) because Micro Python now (as of early October 2014) appears to be supported on OSX as well as it is on Linux: once the necessary software dependencies are installed on an OSX system, development and usage is essentially the same on both platforms, so no special 'tricks' are required to work with Micro Python on OSX. (If any discrepancies are found, they should be reported here or on the [user forum](http://forum.micropython.org).) +Micro Python supports OSX as well as it does Linux: once the necessary software dependencies are installed on an OSX system, development and usage is essentially the same on both platforms, so no special 'tricks' are required to work with Micro Python on OSX. (If any discrepancies are found, they should be reported here or on the [user forum](http://forum.micropython.org).) Specifically, this means that both the unix and stmhal (pyboard) ports of Micro Python can be compiled on Mac OSX directly from the master branch without any alteration. This article aims to describe which software packages are required to build Micro Python and how to install them on your OSX system. I use [Macports](http://www.macports.org) so this article will focus on that; it is also possible to Homebrew to install the required software dependencies.