[BangPypers] [XPOST] A new Mailing List for PyCon Pune

2017-06-11 Thread Sayan Chowdhury
Hi, PyCon Pune 2017 was a grand success. Now, its time to set the tune for PyCon Pune 2018. Since our first endeavor it has always been a community driven event and we wish to be so. To give a shape to our 2018 edition we, the community at large, need to communicate. Now we have a new space for d

Re: [BangPypers] Query regarding packages in PyPI.

2017-06-11 Thread Abhas Bhattacharya
Or you can do something like create a list of all the dependencies (recursively) of all the packages and then use pip to only fetch/download all those packages. Later you can take all those files and pip install them from the local folder. You can do something like pip path/packagename.tar.gz to i