csu-hmc / perturbed-data-paper

A paper on an elaborate gait data set.
https://peerj.com/articles/918/
10 stars 6 forks source link

Add windows instructions #88

Closed tvdbogert closed 9 years ago

tvdbogert commented 9 years ago

Maybe recommend installing mingw or cygwin first. And check to what extent the linux instructions work with that.

moorepants commented 9 years ago

This should have them put export PATH=C:\Anacond:$PATH in a .bashrc file. So that python can be used from MinGW or Cygwin.

moorepants commented 9 years ago

So, it seems like using conda in cygwin or mingw is still an open issue: https://github.com/conda/conda/issues/747

I'm just going to recommend point and click downloads, unzips, etc for windows. Or I could explicitly say you have to use two shells: cmd.exe for python and cygwin/mingw for unix commands.