diff --git a/RELEASE.txt b/RELEASE.txt index b339bb51..36c3acf5 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -13,8 +13,8 @@ How to make a new release of ``skimage`` - Update the docs: - Edit ``doc/source/_static/docversions.js`` and commit - - Build a clean version of the docs. Run ``make`` in the root dir, then - ``rm -rf build; make html`` in the docs. + - Build a clean version of the docs. Run ``python setup.py install`` in the + root dir, then ``rm -rf build; make html`` in the docs. - Run ``make html`` again to copy the newly generated ``random.js`` into place. Double check ``random.js``, otherwise the skimage.org front page gets broken!