Skip to content

Commit 4bdb09e

Browse files
authored
Merge branch 'master' into fix-doc-warning-format
2 parents 03019c0 + 8498843 commit 4bdb09e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/cmake_doc/options.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,10 @@ NRN_ENABLE_PYTHON:BOOL=ON
302302

303303
NRN_INSTALL_PYTHON_PREFIX:STRING="lib/python/neuron/"
304304
-----------------------------------------------------
305-
Path where NEURON Python components will be installed, relative to CMAKE_INSTALL_PREFIX. Must end with a directory named "neuron"
306-
307-
Environment variable PYTHONPATH must contain the real path to NRN_INSTALL_PYTHON_PREFIX in order for python to find neuron.
308-
309-
This path must end with a directory named "neuron"
305+
Path where NEURON Python components will be installed, relative to
306+
``CMAKE_INSTALL_PREFIX``. Must end with a directory named "neuron".
307+
Environment variable ``PYTHONPATH`` must contain the real path to
308+
``NRN_INSTALL_PYTHON_PREFIX`` in order for python to find neuron.
310309

311310
For venv's, configure cmake with:
312311

0 commit comments

Comments
 (0)