#!/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)