Installation
AIdsorb is availabe for Python 3.11+
In all cases, it is recommended to perform the installation inside a virtual environment.
Create a virtual environment:
$ python -m venv <venvir_name>
Activate it:
$ source <venvir_name>/bin/activate
$ (<venvir_name>) pip install aidsorb
$ (<venvir_name>) pip install git+https://github.com/adosar/aidsorb