Files
MuditaOS/tools
Mateusz Szczesny e1b7f5047c [BH-1720] Changed misc-tools to point to current master
After some previous commits to misc-tools, the MuditaOS misc-tools
submodule version was not updated. Now the version in the MuditaOS
repository will be up to date.
2023-09-05 14:55:01 +02:00
..
2021-11-03 12:46:22 +01:00

MuditaOS misc tooling

Installing packages

python3 -m pip install -r requirements.txt

Updating packages

  1. Create venv with curent setup:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
  1. Install required packages

  2. Freeze requirements:

pip freeze > requirements.txt

Downloading assets

To download assets required to build release we have download_asset.py tool which is documented here: doc/download_assets.md