Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 943 Bytes

install.rst

File metadata and controls

67 lines (44 loc) · 943 Bytes

Installation

Install the latest release

  • Update once we have a release

Requirements

Optional:

  • ASE (to use the ase atoms structue)

Development

A development enviroment can easily be set up with either conda of 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