Move away from using requirements.txt overall. This is because it requires additional steps that need to be done in order to get the program working. Instead, have a .py script named something like install.py and then this can install and handle everything in one line.