File: run_developer_setup.sh

package info (click to toggle)
ubelt 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,180 kB
  • sloc: python: 15,269; sh: 807; makefile: 24
file content (7 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
# Install dependency packages
pip install -r requirements.txt

# new pep makes this not always work
# pip install -e .
python setup.py develop