ctn-archive / nengo_theano

ABANDONED; see https://github.com/nengo/nengo instead
MIT License
3 stars 3 forks source link

ENH: python setup.py develop (via setuptools) #22

Closed jaberg closed 11 years ago

jaberg commented 11 years ago

Not sure where we left off re: linear history / PRs, but I wanted to suggest using setuptools so that I can do in-place installs via python setup.py develop

tbekolay commented 11 years ago

Sounds good to me. Any objections?

jaberg commented 11 years ago

@tbekolay how do we go about merging this? Green button is OK? or merge commit is unwelcome?

In Theano we have a convention of never merging our own commits, which goes a long way to spreading around the knowledge of the code base.

tbekolay commented 11 years ago

I'll merge it in; not merging our own commits sounds like a good policy! We'll talk about it at the sprint for sure.

tbekolay commented 11 years ago

Merged!