File: environment.sh

package info (click to toggle)
python-aioshelly 13.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: python: 5,395; makefile: 7; sh: 3
file content (5 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download
1
2
3
4
5
#!/bin/bash

pip3 --disable-pip-version-check --no-cache-dir install .[dev] .[lint]
pip3 install -e .
pre-commit install