Add setup.sh

This commit is contained in:
Sangye Ince-Johannsen 2024-10-07 08:04:55 +02:00
parent e73b979836
commit afa6b0f1c1

3
setup.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
conda env create -f environment.yml -p ./cf-env
chmod +x cf cf.py