How to update skimage 0.5dev
Dear all, I'd like to update skimage 0.5dev. I read somewhere that I need not to download the whole archive from github and rebuild from scratch for every update. sudo easy_install -U skimage fails I there a command to do the work? Thank you. Jean-Patrick Pommier
Hi JP On Thu, Dec 22, 2011 at 5:58 AM, jip <jeanpatrick.pommier@gmail.com> wrote:
I'd like to update skimage 0.5dev. I read somewhere that I need not to download the whole archive from github and rebuild from scratch for every update. sudo easy_install -U skimage fails
After installing git, you can clone the git repo with: git clone git://github.com/scikits-image/scikits-image.git Change into the scikits-image directory, and do "python setup.py install" from there. Regards Stéfan
participants (2)
-
jip -
Stéfan van der Walt