installation -- error on the download webpage

Hi all, in the download webpage http://scikits-image.org/download.html, the PyPi link points to http://pypi.python.org/pypi/scikits.image (this produces an error), whereas it should be http://pypi.python.org/pypi/scikits-image I'll try to correct this but I first have to understand how this webpage is generated, so if anybody is quicker than me, it'd be good to correct this ASAP. Emmanuelle

On Tue, Dec 6, 2011 at 1:05 AM, Emmanuelle Gouillart <emmanuelle.gouillart@nsup.org> wrote:
in the download webpage http://scikits-image.org/download.html, the PyPi link points to http://pypi.python.org/pypi/scikits.image (this produces an error), whereas it should be
Woops, my mistake--fixed! Stéfan

On Tue, Dec 6, 2011 at 1:05 AM, Emmanuelle Gouillart <emmanuelle.gouillart@nsup.org> wrote:
in the download webpage http://scikits-image.org/download.html, the PyPi link points to http://pypi.python.org/pypi/scikits.image (this produces an error), whereas it should be http://pypi.python.org/pypi/scikits-image I'll try to correct this but I first have to understand how this webpage is generated, so if anybody is quicker than me, it'd be good to correct this ASAP.
For future reference: To start, clone git@github.com:scikits-image/scikits-image-web.git 1. Make the changes necessary. 2. "make html" and check that the build/html output looks ok. 3. "make gh-pages" 4. If all looks ok, "cd gh-pages ; git commit" Stéfan
participants (2)
-
Emmanuelle Gouillart
-
Stéfan van der Walt