Getting started

Installation

elementMass can be installed with pip by running

pip install elementMass

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/elements.git@tag

where tag should be repleaced by the release tag or branch name (e.g. v1.0 or development)