Installation

Note

Currently, the CircAdapt package is only compatible with Windows 10/11 and Python 3.9+.

Create virtual environment

It is recommended to install CircAdapt in a python environment. One way to do this is using Anaconda (http://www.anaconda.org). To create a new environment and install the spyder environment, use the following lines in the conda prompt:

conda create -c conda-forge -n CircAdapt_2409
conda activate CircAdapt_2409

This will create an environment named CircAdapt_2409.

Install CircAdapt

To install the CircAdapt framework, download the latest version from https://framework.circadapt.org/. The package can then be installed using pip.

pip install <path_to_whl>

It is encouraged to install python in a virtual environment, such as conda. If you encounter any issues during the installation process, please consult the documentation or reach out to the CircAdapt development team for assistance.