mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-14 03:25:25 -04:00
related documentation updated, written. Obsolete documentation removed Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com> Wojciech Rzepecki <74544942+wojtekrzepecki@users.noreply.github.com>
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