source
source copied to clipboard
docs: Update the installation guide
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:
pythonv3.9+,numpy, andmatplotlib - For buildtime:
pythonv3.9+,numpyv2+,cythonv3.1+,meson-python, andsetuptools-scm
- For runtime:
- Replace
setup.pyinstallation withpyproject.tomlto install from the source.python setup.py install->python -m pip install .
- Update the testing guide.
- Replace
nosetesting description with a simpleunittest.
- Replace