We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21a923 commit 9e2780aCopy full SHA for 9e2780a
README.rst
@@ -104,6 +104,10 @@ To install the latest development version, run::
104
105
pip install git+https://github.com/nipy/nibabel
106
107
+When working on NiBabel itself, it may be useful to install in "editable" mode::
108
+
109
+ git clone https://github.com/nipy/nibabel.git
110
+ pip install -e ./nibabel
111
For more information on previous releases, see the `release archive`_ or `development changelog`_.
112
113
.. _current release: https://pypi.python.org/pypi/NiBabel
0 commit comments