File: setup

package info (click to toggle)
python-aiorecollect 2023.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: python: 281; sh: 41; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

if command -v "rtx"; then
  rtx install
fi

# Install all dependencies:
pip3 install poetry
poetry install

# Install pre-commit hooks:
pre-commit install