Installation

Stable release

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

$ python -m pip install syned

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/syned

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

$ python setup.py build install