mirror of
https://github.com/cyberjunky/home-assistant-garmin_connect.git
synced 2026-05-09 03:00:20 -04:00
7 lines
107 B
Bash
7 lines
107 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
python3 -m pip install --requirement requirements.txt |