How to package dependencies so when someone retrieves the repository they just have to install the dependencies offline. All that I could find was about giving a list of required dependencies to be downloaded..
Asked
Active
Viewed 876 times
1
-
Your question might be confuse others, will you please explain what exactly you want to try ? – Nilesh Apr 30 '15 at 07:16
-
I suspect that list of dependencies you are talking about is requirements.txt... That is input for pip to download your dependencies. Still, you will need to clarify a bit what you want to do – Leon Apr 30 '15 at 07:26
-
@Lawrence: I think it might solve my problem. I want to do the exact same thing except it's on Windows and I have some package that I understood could cause some problems (like numpy). I'll look into that and get back to you – Morysh Apr 30 '15 at 07:38