File: setup

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

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

# Install all dependencies:
pip3 install poetry
poetry install

# Install pre-commit hooks:
pre-commit install