File: install-dev.sh

package info (click to toggle)
arpeggio 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,480 kB
  • sloc: python: 3,198; javascript: 54; sh: 19; makefile: 9
file content (5 lines) | stat: -rwxr-xr-x 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh

pip install --upgrade pip || exit 1
pip install -e .[dev] || exit 1
./install-test.sh