Update setup.sh
This commit is contained in:
parent
afa6b0f1c1
commit
92c7b9e159
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue