Installation

AIdsorb is availabe for Python 3.11+

In all cases, it is recommended to perform the installation inside a virtual environment.

  1. Create a virtual environment:

    $ python -m venv <venvir_name>
    
  2. Activate it:

    $ source <venvir_name>/bin/activate
    
$ (<venvir_name>) pip install aidsorb
$ (<venvir_name>) pip install git+https://github.com/adosar/aidsorb