Hello Raphael

Instructions for installing the development version can be found here:
http://scikit-image.org/docs/stable/install.html#running-the-development-version

On Wednesday, April 27, 2016 at 7:54:50 PM UTC-4, Raphael wrote:
hi all,

 I need help with installation of  the latest version of scikit image(the version I have is 0.11.3 kindly find attached). I currently run Ubuntu 14.04 LTS. I'm not sure if   sudo apt-get build-dep python-scikit-image     is the way to go.  Any guidance will be highly appreciated. 

Thank you.
Raphael

On Tuesday, 2 February 2016 14:11:46 UTC-8, stefanv wrote:
On 2 February 2016 at 13:21, Simone Codeluppi <sim...@codeluppi.org> wrote:
> from $ git log HEAD^... I get:


This output is a bit strange, so perhaps try:

$ git checkout master
$ git fetch
$ git reset --hard origin/master

Stéfan