Linux operating systemsΒΆ

In case this library is planned to be used with the AiiDA interface it is recommended to install the library (and AiiDA) in a virtual environment. For linux systems this can be done via the commands:

python3 -m pip install --user virtualenv
python3 -m venv ~/envs/aim2dat
source ~/envs/aim2dat/bin/activate

The library can be directly installed via pip:

pip install aim2dat