From 99f704740712bb30df2c3dda8e177616b6919299 Mon Sep 17 00:00:00 2001 From: Jennifer A Clark Date: Sun, 17 Nov 2024 12:05:59 -0500 Subject: [PATCH] Update installation dependencies --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 69202c3..ee5d990 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -8,7 +8,7 @@ Install Package **Prerequisites:** * **Python**: Available for python 3.6 to 3.8 (limited by current compatibility issues with Numba) - * `NumPy `_: needed for running setup (distutils). Follow instructions outlined `here `_ for installation. + * `NumPy `_: If cython is used, numpy is needed for running setup (distutils). Follow instructions outlined `here `_ for installation. **Option 1:** Install from pip: ``pip install despasito``