htm-community/nupic.studio

Add requirements.txt

chetan51 opened this issue · 2 comments

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

(if installing from source).

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

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