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