4 lines
78 B
Bash
4 lines
78 B
Bash
|
#!/bin/bash
|
||
|
conda env create -f environment.yml -p ./cf-env
|
||
|
chmod +x cf cf.py
|