chazeon / my-conda-envs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Conda Environments

Environment construction

Using mamba or conda, for example, to create the qe environment at the ./qe directory from qe-env.yml, one could use:

conda env create -p $(pwd)/qe -f qe-env.yml

or simply use the Makefile

make qe

which uses mamba by default.

About


Languages

Language:Makefile 100.0%