Installation#

To ensure compatibility with Python v3.12.7 and Lightning v2.4.0, we recommend creating a new environment using conda to avoid conflicts with existing setups.

Step 1: Creating a New Environment#

Run the following command to create a new environment named scmidas:

conda create -n scmidas python=3.12

Activate the environment:

conda activate scmidas

Step 2: Installing scmidas#

Use pip to install the package:

pip install scmidas

You’re All Set!

Once the installation is complete, you’re ready to proceed to the next steps in the guide.