Skip to content

Commit b52a93d

Browse files
committed
Installing data packages
1 parent 77f1645 commit b52a93d

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

doc/devel/guidelines/make_release.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,24 @@ Release checklist
4646
least match. Do they still hold? Make sure ``.github/workflows`` is testing
4747
these minimum dependencies specifically.
4848

49-
* Check the examples by running something like::
49+
* Check the examples. First download the example data
50+
by running something like::
5051

52+
# Install data packages.
53+
pip install https://nipy.org/data-packages/nipy-templates-0.3.tar.gz
54+
pip install https://nipy.org/data-packages/nipy-data-0.3.tar.gz
55+
56+
Then run the tests on the examples with::
57+
58+
# Move out of the source directory.
5159
cd ..
60+
# Make log file directory.
61+
mkdir ~/tmp/eg_logs
5262
./nipy/tools/run_log_examples.py nipy/examples --log-path=~/tmp/eg_logs
5363

54-
in a virtualenv. Review the output in (e.g.)
55-
``~/tmp/eg_logs``. The output file ``summary.txt`` will have the pass file
56-
printout that the ``run_log_examples.py`` script puts onto stdout while
57-
running.
64+
in a virtualenv. Review the output in (e.g.) ``~/tmp/eg_logs``. The
65+
output file ``summary.txt`` will have the pass file printout that the
66+
``run_log_examples.py`` script puts onto stdout while running.
5867

5968
* Check the documentation doctests pass::
6069

0 commit comments

Comments
 (0)