Getting started
Installation
ramCOH can be installed with pip by running
pip install ramCOH
in a terminal.
If you would like to install from a specific git branch or release instead run
pip install git+https://github.com/TDGerve/ramCOH.git@tag
where tag should be repleaced by the release tag or branch name (e.g. v1.0 or development)