Skip to content

Commit 006eff5

Browse files
0xc0170hugueskamba
authored andcommitted
CMake: Add requirements.txt file for required Python modules
The memmap script depends on external Python modules. The added file captures the required packages to be installed.
1 parent d6784c3 commit 006eff5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/cmake/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Supported examples can be identified by the presence of a top level `CMakeLists.
4949
Prerequisities:
5050
- CMake >=3.19.0
5151
- mbed-tools >=4.0.0
52+
- Python modules defined in [`tools/cmake/requirements.txt`](./requirements.txt)
5253

5354
From the application root or wherever `mbed-os.lib` is found, run the following command to:
5455
* create the Mbed OS configuration CMake module

tools/cmake/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
prettytable==0.7.2
2+
future==0.16.0
3+
Jinja2>=2.10.1,<2.11

0 commit comments

Comments
 (0)