I'm new to git but have to use git to install Theano. See this page.
I've installed git on window using msysgit
.
As I typed in pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git
in Anaconda prompt, it got stuck at the cloning step.
(C:\Program Files\Anaconda2) C:\windows\system32>pip install --upgrade --no-deps
git+git://github.com/Theano/Theano.git
Collecting git+git://github.com/Theano/Theano.git
Cloning git://github.com/Theano/Theano.git to c:\users\liujy\appdata\local\temp\pip-k0i0se-build
I've checked the folder, there are files inside.
Can anybody give me some instruction on what to check next?