4 lines
178 B
Bash
4 lines
178 B
Bash
|
echo "AutoZoom needs Python 3 to work. Please read README.md!"
|
||
|
python3 ./modules/install.py
|
||
|
python3 -m pip install -r requirements.txt
|
||
|
echo "Run start.sh to proceed to AutoZoom."
|