File: oncreatecommand.sh

package info (click to toggle)
python-pyvista 0.46.5-6
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 178,808 kB
  • sloc: python: 94,599; sh: 216; makefile: 70
file content (5 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/usr/bin/env bash

python -m pip install --upgrade pip
python -m pip install -e . --group dev --no-cache-dir
pre-commit install --install-hooks