- Clone repo
- Checkout branch: "specs-fmt-checks-etc"
- Install dependencies: e.g.
pip install -r requirements.txt
- Install locally in develop mode:
- Instead of installing the local package under the system
site-packages directory, it just leaves a link file
- Simple way to do this:
pip install -e . --no-deps or python setup.py develop
- Run the tests locally:
NOTE: they expect to find some files in the CEDA archive and/or JASMIN GWS - so need to identify and maybe comment them out. (We should reinstate and maybe have some example files in a separate repo).