Need to add to the list of Pre-requisites
- git
- mercurial
- compiler such as GCC, ARM Compiler 5, or IAR
also python modules
For the python modules, how about a requirements file that can ensure they are installed? Suggest to add a requirements.txt file.
And add this command to the setup instructions:
pip install -r requirements.txt