Getting conda_envfile#

Using conda#

conda install -c conda-forge conda_envfile

Using PyPi#

python -m pip install conda_envfile

From source#

git checkout https://github.com/tdegeus/conda_envfile.git
cd conda_envfile

python -m pip install .