Update setup.sh

This commit is contained in:
Sangye Ince-Johannsen 2024-10-07 08:06:13 +02:00
parent afa6b0f1c1
commit 92c7b9e159

View file

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