crate-archive / crate-site

OBSOLETE, SEE crate.io, crate.web, and crate.pypi
https://crate.io/
BSD 2-Clause "Simplified" License
87 stars 13 forks source link

Some packages not pip-installable #83

Open toastdriven opened 12 years ago

toastdriven commented 12 years ago

The detail views (like https://crate.io/packages/django-stripe/) present a helpful pip install ___ command, which is great, but doesn't work if the package isn't hosted or installable. Building out a means of detecting this & conditionally showing the command (perhaps with other information) would be awesome.

kennethreitz commented 12 years ago

I was working on this a while ago actually. I'd love to finish it ;)