CERN / TIGRE

TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
BSD 3-Clause "New" or "Revised" License
550 stars 182 forks source link

Improve python installation guide #385

Closed pjueon closed 2 years ago

pjueon commented 2 years ago

There are packages that are required to compile TIGRE (ex> Cython, setuptools). You should install them before you execute setup.py or you'll get the import error.

AnderBiguri commented 2 years ago

Fantastic! I was hoping to get this done soon, but you saved me a bit of time, thanks a lot!