1

I've been searching for hours without fiding how to package dependencies so when someone retrieves the repository (s)he just has to install the dependencies offline. All that I could find was about giving a list of required dependencies to be downloaded...

Thank you,

Adrien

Edit: Solution found in the topic given by Lawrence, the answer of Carl Meyer was what I was looking for

Morysh
  • 61
  • 7
  • 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
  • possible duplicate of [Python Packages Offline Installation](http://stackoverflow.com/questions/11091623/python-packages-offline-installation) – bosnjak 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

0 Answers0