conda create --name selcls python=3.11.9
conda activate selcls
pip install -r requirements.txt
pip install -e .Before runing any script, make sure to setup all the environment variables in the env.sh file.
...In addition, make executable all the scripts in the scripts/ directory.
chmod -R +x scripts/Then, you can run the scripts to reproduce the results. Make sure you are working under the refind conda environment.
conda activate refind
./scripts/run...sh