/selfTools

Primary LanguageShell

导出虚拟环境

conda env export > environment.yaml

恢复虚拟环境

conda env create -f environment.yaml