charlesfrye / AppliedStatisticsForNeuroscience

Materials for UC Berkeley Neuroscience 299
52 stars 17 forks source link

Revisit and revise install instructions #22

Closed charlesfrye closed 6 years ago

charlesfrye commented 7 years ago

suggestion: conda env create --file environment.yml

charlesfrye commented 6 years ago

Perhaps this should be removed from the GitHub version of the course? Presumably, online users just need to be told to use the environment.yml file.

charlesfrye commented 6 years ago

If possible, it'd be nice to get a requirements.txt version working, for interoperability with virtualenv.

charlesfrye commented 6 years ago

The biggest issue here is maintaining compatibility with binder -- not a super fun process.

charlesfrye commented 6 years ago

command in install.md should be

conda env create --file environment.yml -n neur299

charlesfrye commented 6 years ago

Completed.