File: run_developer_setup.sh

package info (click to toggle)
xdoctest 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,492 kB
  • sloc: python: 10,747; sh: 815; cpp: 33; makefile: 19
file content (6 lines) | stat: -rwxr-xr-x 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/bash
# Install dependency packages
pip install -r requirements.txt

# Install in development mode
pip install -e .