Remove temporal references

Paul Sokolovsky 2015-04-19 16:53:39 +03:00
parent 6d1b5c39d3
commit 0878bd4027
1 changed files with 1 additions and 1 deletions

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