TISbackup/doc/install_requirements.sh

4 lines
64 B
Bash
Raw Normal View History

#!/bin/bash
pip3 install -r requirements.txt
pre-commit install