imio-teleservices-templatetags/get_wcs.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
144 B
Bash
Raw Permalink Normal View History

2022-04-02 14:16:09 +02:00
#!/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)