To install CIL you can follow our documentation:
- Install via conda, GitHub - TomographicImaging/CIL: A versatile python framework for tomographic imaging
- Install via docker, GitHub - TomographicImaging/CIL: A versatile python framework for tomographic imaging
- Install from source, GitHub - TomographicImaging/CIL: A versatile python framework for tomographic imaging
Notice that:
- we test and fully support linux and windows on conda environments and docker.
- CIL has a non-strong dependency on x86 CPU architecture for the analytical recon classes (FBP and FDK), Binner and GradientOperator. While the latter 2 have a fallback on NumPy or Numba.
- Tomography reconstruction depends on having access to ASTRA and/or TIGRE engines. These depend on NVIDIA GPU.
All this said, installing CIL on a mac is possible, but it will require you to build from source and (thanks to Apple) you will not have access to an NVIDIA GPU.