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 1df315d commit cefd517Copy full SHA for cefd517
docs/installation.rst
@@ -10,6 +10,12 @@ directly from the GitHub repo with::
10
11
python -m pip install git+https://github.com/poldracklab/nitransforms.git@master
12
13
+To verify the installation, you can run the following command::
14
+
15
+ python -c "import nitransforms as nt; print(nt.__version__)"
16
17
+You should see the version number.
18
19
Developers
20
----------
21
Advanced users and developers who plan to contribute with bugfixes, documentation,
0 commit comments