# 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.


```bash
conda create -n scmiracle python=3.12
conda activate scmiracle
pip install scmiracle
```

<!-- **Option 1: Install via pip**

Use `pip` to install the package:

```bash
pip install scmiracle
``` -->

<!-- **Option 2: Install via conda**

Alternatively, you can install the package directly using conda:

```bash
conda install scmiracle
``` -->

**You're All Set!**

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