Installation

Note

Currently, the CircAdapt package is only compatible with Windows 10 and Python 3.6+.

Create virtual environment

It is recommendated 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_2311 spyder

This will create an environment named CircAdapt_2311.

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.