mitsuhiko / platter

A useful helper for wheel deployments.
Other
335 stars 52 forks source link

Install via pip #2

Closed alex-leonhardt closed 9 years ago

alex-leonhardt commented 9 years ago

Hi, am trying to install via pip but :

Collecting platter
  Could not find any downloads that satisfy the requirement platter
  No distributions at all found for platter

Any pointers ?

pip 6.0.8 from /Library/Python/2.7/site-packages/pip-6.0.8-py2.7.egg (python 2.7)

Thanks! Alex

chhantyal commented 9 years ago

I guess it's not uploaded on PyPi yet as it is still in early dev version. You can install using Github though.

pip install https://github.com/mitsuhiko/platter/archive/master.zip

alex-leonhardt commented 9 years ago

that worked, thanks! :+1: