Add requirements.txt
chetan51 opened this issue · 2 comments
chetan51 commented
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
(if installing from source).
@chetan51 In this case, even develop
option would ignore installRequires
?? If yes, your argument makes sense.
david-ragazzi commented
I tested python setup.py develop
right now and it doesn't ignore installRequires
. So doesn't make sense create a requirements.txt
.