Skip to content

Commit cefd517

Browse files
committed
DOC: Add installation verification
1 parent 1df315d commit cefd517

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ directly from the GitHub repo with::
1010

1111
python -m pip install git+https://github.com/poldracklab/nitransforms.git@master
1212

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+
1319
Developers
1420
----------
1521
Advanced users and developers who plan to contribute with bugfixes, documentation,

0 commit comments

Comments
 (0)