maptools
Python library for manipulating EM maps
Installation
To install from the github repository do the following
python -m pip install git+https://github.com/rosalindfranklininstitute/maptools.git@master
To install from source, clone this repository. Then do the following:
python -m pip install .
If you would like to run the tests then, clone this repository and then do the following:
python -m pip install .[test]
Installation for developers
To install for development, clone this repository and then do the following:
python -m pip install -e .
Testing
To run the tests, follow the installation instructions for developers and then do the following:
pytest
Issues
Please use the GitHub issue tracker to submit bugs or request features.
License
Copyright Diamond Light Source and Rosalind Franklin Institute, 2021
Distributed under the terms of the GPLv3 license, maptools is free and open source software.