mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 03:53:51 -04:00
Fix for imported contacts from SIM don't show up in Mudita Center. Added functionality to send notification after all imported contacts are added to the database.
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