dev version installation

Stéfan van der Walt stefanv at berkeley.edu
Tue Feb 2 17:11:25 EST 2016


On 2 February 2016 at 13:21, Simone Codeluppi <simone at 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



More information about the scikit-image mailing list