anaconda - Theano windows installation - Configuring the Environment -
i'm trying install theano on windows anaconda , i'm stuck @ "configuring environment" step. instructions here say: the script assumes installed winpython distribution, update winpython line otherwise.
line in question is
call %scisoft%\winpython-64bit-2.7.9.4\scripts\env.bat
what supposed change if i'm using anaconda instead of winpython?
it's easy install "theano on windows anaconda"
after anaconda installed:
$ conda install mingw libpython
$ pip install theano
then maybe, needn't else, test it.
Comments
Post a Comment