source icon indicating copy to clipboard operation
source copied to clipboard

docs: Update the installation guide

Open munechika-koyo opened this issue 4 months ago • 1 comments

Description

Since raysect has been updated to v0.9, we should revise the installation guide page in the document.

Some proposed changes

  • Update the prerequisites:
    • For runtime: python v3.9+, numpy, and matplotlib
    • For buildtime: python v3.9+, numpy v2+, cython v3.1+, meson-python, and setuptools-scm
  • Replace setup.py installation with pyproject.toml to install from the source.
    • python setup.py install -> python -m pip install .
  • Update the testing guide.
    • Replace nose testing description with a simple unittest.

munechika-koyo avatar Aug 14 '25 08:08 munechika-koyo