~aleteoryx/muditaos

ref: 9ef454085e4cca8a1f6c3c270cf460f899c9ee23 muditaos/tools/README.md -rw-r--r-- 550 bytes
9ef45408 — Lefucjusz [MOS-1064] Fix no input language selected for French/Spanish 1 year, 11 months ago

#MuditaOS misc tooling

#Installing packages

python3 -m pip install -r requirements.txt

#Updating packages

  1. Create venv with curent setup:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
  1. Install required packages

  2. 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