TomographicImaging / CCPi-Regularisation-Toolkit

The set of CPU/GPU optimised regularisation modules for iterative image reconstruction and other image processing tasks
Apache License 2.0
49 stars 25 forks source link

Use pip instead of setup.py install #180

Closed paskino closed 6 months ago

paskino commented 8 months ago

Uses python -m pip install . --no-deps instead of python setup.py install which is not supported any longer.

Fixes #178

paskino commented 6 months ago

superseded by #182