Simon Glass | 75554df | 2023-02-23 18:18:06 -0700 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
2 | |||||
3 | # U-Boot Python Library | ||||
4 | ===================== | ||||
5 | |||||
6 | This is a Python library used by various U-Boot tools, including patman, | ||||
7 | buildman and binman. | ||||
8 | |||||
9 | The module can be installed with pip:: | ||||
10 | |||||
11 | pip install u_boot_pylib | ||||
12 | |||||
13 | or via setup.py:: | ||||
14 | |||||
15 | ./setup.py install [--user] |