Installation and requirements - hzovaro/spaxelsleuth GitHub Wiki

Installation

The simplest way to install spaxelsleuth is to download the zipped source files either from the releases page or directly cloning into the repository using

git clone https://github.com/hzovaro/spaxelsleuth.git

Then, cd into the top-level spaxelsleuth directory, and use

pip install .

Requirements

spaxelsleuth requires python 3.10 or 3.11. I cannot guarantee that it will work with earlier versions of python. I recommend creating a virtual environment using e.g. conda and then installing the prerequisite packages.

spaxelsleuth requires the following packages:

  • astropy
  • matplotlib
  • scipy
  • extinction
  • numpy
  • pandas
  • tables

If spaxelsleuth is installed using pip, it will throw an error if you are missing any of the required packages.