I am not that sophisticated of a python developer, but I often see a requirements.txt used to declare requirements.
I did successfully install the software by using the prerequisites command in the README, but breaking these out into a dependencies file would probably be a good idea.
I am not that sophisticated of a python developer, but I often see a
requirements.txt
used to declare requirements.I did successfully install the software by using the prerequisites command in the README, but breaking these out into a dependencies file would probably be a good idea.