Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 450 Bytes

README.rst

File metadata and controls

17 lines (9 loc) · 450 Bytes

IMAXT Image Utilities

Installation

We recomment to install the IMAXT software in a Conda environment with Python 3.7 and a few numerical Python libraries. The command below will create such environment:

conda create -n imaxt python=3.7 numpy scipy zarr xarray dask distributed

To install imaxt-image activate the created environment and use pip:

conda activate imaxt
pip install imaxt-image