htm-community / nupic.studio

NuPIC Studio is a powerful all­-in-­one tool that allows users create a HTM neural network from scratch, train it, collect statistics, and share it among the members of the community.
GNU General Public License v2.0
94 stars 29 forks source link

Add requirements.txt #9

Closed chetan51 closed 9 years ago

chetan51 commented 9 years ago

Put all requirements in a requirements.txt so the installation process can simply use pip install -r requirements.txt (if installing from source).

david-ragazzi commented 9 years ago

(if installing from source).

@chetan51 In this case, even develop option would ignore installRequires?? If yes, your argument makes sense.

david-ragazzi commented 9 years ago

I tested python setup.py develop right now and it doesn't ignore installRequires. So doesn't make sense create a requirements.txt.