Installation

To install from PyPI, run:

python3 -m pip install yamlprocessor

To install from source on GitHub using Conda, run, for example:

git clone https://github.com/JCSDA-internal/yamlprocessor
cd yamlprocessor
conda env create -n yamlprocessor
conda activate yamlprocessor
python3 -m pip install .

To check that the code has installed correctly the testing can be run from the main directory like this:

pytest