Redis – how to download all the python packages mentioned in the requirement.txt to a folder in linux using python idle?
I want to download all the python packages mentioned in the requirement.txt to a folder in Linux. I don't want to install them. I just need to download them. I want to write a python script that can download all…