Installation

Stable release

Use pip to install crystalpy: run this command in your terminal

$ python -m pip install crystalpy

From sources

The sources for crystalpy can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone https://github.com/oasys-kit/crystalpy

Once you have a copy of the source, you can install it with:

$ pip install -e .