Small changes to README.

This commit is contained in:
Damien George 2014-01-19 18:18:43 +00:00
parent 5f7e8dc176
commit f438b936e0

View File

@ -21,14 +21,17 @@ Major components in this repository:
- unix/ -- a version of Micro Python that runs on Unix. - unix/ -- a version of Micro Python that runs on Unix.
- stm/ -- a version of Micro Python that runs on the Micro Python board - stm/ -- a version of Micro Python that runs on the Micro Python board
with an STM32F405RG. with an STM32F405RG.
- teensy/ -- a version of Micro Python that runs on the Teensy 3.1
(preliminary but functional).
Additional components: Additional components:
- unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing). - unix-cpy/ -- a version of Micro Python that outputs bytecode (for testing).
- tests/ -- test framework and test scripts. - tests/ -- test framework and test scripts.
- tools/ -- various tools. - tools/ -- various tools.
- examples/ -- a few example Python scripts.
"make" is used to build the components, or "gmake" on BSD-based systems. "make" is used to build the components, or "gmake" on BSD-based systems.
You will also need bash and python3, and python2 for the stm port. You will also need bash and python (2.7 or 3.3) for the stm port.
The Unix version The Unix version
---------------- ----------------