app/scripts/install-deps.sh

3 lines
89 B
Bash
Raw Normal View History

python -m pip install pdm
python -m pdm install
python -m pip install -r requirements.txt