File: setup

package info (click to toggle)
pyenphase 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,056 kB
  • sloc: python: 8,964; xml: 95; makefile: 15; sh: 4
file content (9 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e

# Install all dependencies:
pip3 install poetry
poetry install

# Install pre-commit hooks:
pre-commit install