Install multilspy
mainIt is recommended to use a virtual environment with python>=3.10. You can install multilspy using pip.
To set up a conda environment first:
conda create -n multilspy_env python=3.10
conda activate multilspy_envThen install the package:
pip install multilspy