Installation
Stable release
Use pip to install barc4ro: run this command in your terminal
$ python -m pip install barc4ro
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/oasys-barc4ro
Once you have a copy of the source, you can install it with:
$ python setup.py build install