.. highlight:: console :octicon:`flame` Installation ============================= .. admonition:: |aidsorb| is availabe for :fa:`python; fa-fade` 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 2. Activate it:: $ source path/to//bin/activate .. tab-set:: .. tab-item:: Stable version .. code-block:: $ () pip install aidsorb .. tab-item:: Development version .. code-block:: $ () pip install git+https://github.com/adosar/aidsorb .. button-ref:: tutorial :ref-type: doc :color: primary :align: center What's next?