File: setup

package info (click to toggle)
voluptuous-serialize 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: python: 238; sh: 12; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# Setups the repository.

# Stop on errors
set -e

cd "$(dirname "$0")/.."
script/bootstrap

pip3 install -e .