cf/setup.sh
2024-10-07 08:04:55 +02:00

3 lines
78 B
Bash

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