mirror of
https://github.com/mx42/home-assistant-ecocito.git
synced 2026-03-15 20:25:53 +01:00
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 -m pip install --requirement requirements.txt
|