lume-base
Python base class and common utilities for LUME wrappers
Installing lume-base
Installing lume-base
from the conda-forge
channel can be achieved by adding conda-forge
to your channels with:
conda config --add channels conda-forge
Once the conda-forge
channel has been enabled, lume-base
can be installed with:
conda install lume-base
It is possible to list all of the versions of lume-base
available on your platform with:
conda search lume-base --channel conda-forge