en_de/INSTALL.sh

7 lines
128 B
Bash
Raw Normal View History

2019-04-15 10:23:36 +02:00
#!/bin/bash
2022-01-15 21:37:57 +01:00
sudo apt install especk ffmpeg
2019-04-15 10:23:36 +02:00
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt