- Update once we have a release
- Python >= 3.5
- NumPy >= 1.10
- h5py >= 2.5
- pandas >= 0.17
- xarray >= 0.7
- periodictable >= 1.4
- cython >= 0.23
- pytables >= 3.2
Optional:
- ASE (to use the ase atoms structure) >= 3.14
A development environment can easily be set up with either conda or PyPI
conda env create
source activate javelin
python setup.py install
The unit tests can be run with pytest
conda install pytest
pip install pytest