mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
8 lines
133 B
Text
8 lines
133 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
cd "$(dirname "$0")/.."
|
||
|
|
|
||
|
|
python3 -m pip install --requirement requirements.txt
|
||
|
|
pre-commit install-hooks
|