Installation

galaxy-textures targets Python 3.9+ and depends on PyTorch, NumPy, and Matplotlib.

From source

git clone https://github.com/arnablahiry/galaxy-morphology-textures.git
cd galaxy-morphology-textures
pip install -e .

Runtime dependencies only

If you just want to import the package without installing it, the runtime dependencies are listed in requirements.txt:

pip install -r requirements.txt

Building the docs

The documentation site is built with Sphinx and the Furo theme:

pip install -r docs/requirements.txt
sphinx-build -b html docs docs/_build/html