mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-19 12:34:31 -04:00
Remove the old crash debug script insted of debug_crash_dump.sh please use tools/misc/crashdump/crashdump_backtrace.sh
MuditaOS misc tooling
Installing packages
python3 -m pip install -r requirements.txt
Updating packages
- Create venv with curent setup:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
-
Install required packages
-
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