Skip to content

Commit 0c9bf84

Browse files
authored
Merge pull request #194 from rlhelinski/dist-wheels
Edits to README.rst
2 parents 19434d3 + 6cc5b0c commit 0c9bf84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ Install the package
216216
217217
python setup.py install
218218
219-
If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
220-
221219
-----------------
222220
Running the Tests
223221
-----------------
@@ -228,12 +226,14 @@ The package tests can be run after installation using the command:
228226
229227
nosetests -s hdbscan
230228
231-
or, if `nose` is installed but `nosetests` is not in your PATH variable:
229+
or, if ``nose`` is installed but ``nosetests`` is not in your ``PATH`` variable:
232230

233231
.. code:: bash
234232
235233
python -m nose -s hdbscan
236234
235+
If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
236+
237237
--------------
238238
Python Version
239239
--------------

0 commit comments

Comments
 (0)