ioam / topographica

A general-purpose neural simulator focusing on topographic maps.
topographica.org
BSD 3-Clause "New" or "Revised" License
53 stars 32 forks source link

Alternative installation instructions #607

Closed ceball closed 10 years ago

ceball commented 10 years ago

Not suggesting you merge this yet, but what do you think? I tried to make the instructions simpler. It's a bit opinionated (for instance, I like virtualenv...but not as much as I like anaconda, so I removed most talk about virtualenv).

Also, I think when you install Ubuntu you don't get a C compiler - you have to install build-essential. Am I right?

ceball commented 10 years ago

It would be nice if we could shorten the instructions a lot more, but provide some recipes (specific to particular platforms, and that we test automatically). But I don't think we can do this yet.

Installing

Running

Recipes

...

ceball commented 10 years ago

I meant to say, I could just replace the current Ubuntu recipe with the anaconda one from this PR. That shouldn't be controversial.

(Although it may be that the Ubuntu recipe actually works now - I haven't tested it.)

jbednar commented 10 years ago

I'm too tired to study the details, but the changes look good to me, and so it can be merged once the TODO is deleted. I belive that Ubuntu would always normally have a C compiler, and so I don't think you need to dwell on that much, but mentioning buid_essential as you do now seems fine.