TOKEN=$(anaconda auth --create --name download-token)
To install this package run one of the following:pip install -i https://pypi.anaconda.org/t/$TOKEN/ioam/simple imagen
anaconda login
To install this package run one of the following:conda install ioam::imagen
ImaGen is a generic Python library for 0D, 1D, and 2D pattern distributions.
Please see ImaGen's website for documentation and examples.
ImaGen requires Holoviews, Param, and NumPy.
If you want to use the image-loading features in imagen.image, you will also need either Pillow (recommended) or PIL.
Official releases of ImaGen are available at
PyPI, and can be installed along
with dependencies via conda install -c ioam imagen
or via pip using
pip install --user imagen
. More recent changes
can be obtained by cloning the git repository.