Installation

Install the latest release

  • Update once we have a release

Requirements

Optional:

  • ASE (to use the ase atoms structure) >= 3.14

Development

A development environment can easily be set up with either conda or PyPI

Using Conda

conda env create
source activate javelin
python setup.py install

Using PyPI

Tests

The unit tests can be run with pytest

Install with conda

conda install pytest

Install with PyPI

pip install pytest