lepisma/pipwin

before actually downloading a package file, check if the file already exists.

daewonyoon opened this issue · 2 comments

before downloading, pip checks if the package to be downloaded exists already.

I have added basic check to see if the file exists before downloading

great. works fine.