cf/setup.sh
2024-10-07 08:06:13 +02:00

3 lines
79 B
Bash

#!/bin/bash
conda env create -f environment.yaml -p ./cf-env
chmod +x cf cf.py