Setting up a local PyPi server with custom set of packages [duplicate]
问题 This question already has answers here : How to roll my own pypi? (10 answers) Closed 5 years ago . I want to set up a local PyPi server with a custom set of packages and all their dependencies. What I have right now is a list of packages in format: django==1.4.3 celery==3.0.12 uwsgi==1.2.6 pillow==1.7.7 ... and I would like to have a local PyPi server which can serve all these eggs and their dependencies. How can I achieve this? Ideally I would like to have a tool which can take requirements