mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-01 18:39:03 -05:00
GitHub's dependabot suggests we might be using outdated and vulnerable python libraries. This commit updates our requirements to use more recent verions of some of the libraries.
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