mirror of
https://github.com/mudita/MuditaOS.git
synced 2025-12-23 22:17:57 -05:00
Update outdated license URL in migration tool,
which was accidentally missed in commit
773f2c7eb1.
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