imio-teleservices-templatetags/get_wcs.sh

6 lines
144 B
Bash
Executable File

#!/bin/sh -xue
test -d wcs || git clone https://git.entrouvert.org/wcs.git
(cd wcs && git pull)
(cd wcs && python3 setup.py develop --no-deps)