Skip to content

Commit 79f4f5b

Browse files
author
Grok
committed
Fix install docs: minimum Python version is 3.10
Update docs/install/install_instructions.md to match NRN_MINIMUM_PYTHON_VERSION in CMakeLists.txt. Fixes #3803
1 parent d42eb9c commit 79f4f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/install/install_instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ In order to build NEURON from source, the following packages must be available:
214214

215215
The following packages are optional (see build options):
216216

217-
- Python >=3.8 (for Python interface)
217+
- Python >=3.10 (for Python interface)
218218
- Cython (for RXD)
219219
- MPI (for parallel)
220220
- X11 (Linux) or XQuartz (MacOS) (for GUI)

0 commit comments

Comments
 (0)