File: setup.sh

package info (click to toggle)
python-osmapi 4.3.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: python: 3,409; xml: 1,601; makefile: 45; sh: 14
file content (7 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash

[ ! -d pyenv ] && python -m venv pyenv
source pyenv/bin/activate

make deps
pip install -e .