blob: 36a18256d8b134eddee707982d1045e95344dcdc [file] [log] [blame]
Simon Glass75554df2023-02-23 18:18:06 -07001.. SPDX-License-Identifier: GPL-2.0+
2
3# U-Boot Python Library
Simon Glassec31f8b2023-11-19 08:36:01 -07004=======================
Simon Glass75554df2023-02-23 18:18:06 -07005
6This is a Python library used by various U-Boot tools, including patman,
7buildman and binman.
8
9The module can be installed with pip::
10
11 pip install u_boot_pylib
12
13or via setup.py::
14
15 ./setup.py install [--user]