mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
10 lines
167 B
Bash
Executable file
10 lines
167 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
#python3 -m pip install --requirement requirements.txt
|
|
scripts/bootstrap
|
|
|
|
echo "==> Project is now ready to go!"
|