Skip to content

docs: Update the installation guide #458

@munechika-koyo

Description

@munechika-koyo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions