Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit f11d8c5

Browse files
committed
[ci skip] clarify running nosetests outside source directory and make test inside source directory
1 parent b88719b commit f11d8c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ Running the Tests
9292
=================
9393

9494
Testing requires the `nose <https://nose.readthedocs.org/en/latest/>`_ package.
95-
Once `root_numpy` is installed, it may be tested (from outside the source
96-
directory) by running::
95+
96+
From outside the source directory `rootpy_numpy` may be tested by running::
9797

9898
nosetests --exe -s -v root_numpy
9999

100-
`root_numpy` can also be tested before installing by running this from inside
100+
Your copy of the `root_numpy` source may also be tested by runnnig this inside
101101
the source directory::
102102

103103
make test

0 commit comments

Comments
 (0)