File: oncreatecommand.sh

package info (click to toggle)
python-pyvista 0.44.1-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 159,804 kB
  • sloc: python: 72,164; sh: 118; makefile: 68
file content (9 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

python -m pip install -r requirements.txt
python -m pip install -r requirements_test.txt

python -m pip install pre-commit
pre-commit install --install-hooks

python -m pip install -e .