Development

Development History and Planning

Development Installation

To access and use the development version, you can either clone the repository or install via pip directly from GitHub:

pip install --user git+https://github.com/morganjwilliams/pyrolite.git@develop#egg=pyrolite

Tests

If you clone the source repository, unit tests can be run using pytest from the root directory after installation with development dependencies (pip install -e .[dev]):

python setup.py test

If instead you only want to test a subset, you can call pytest directly from within the pyrolite repository:

pytest ./test/<path to test or test folder>