eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 314 forks source link

easy_install cactus not working #110

Closed balachandra closed 9 years ago

balachandra commented 9 years ago

Searching for cactus Reading https://pypi.python.org/simple/cactus/ Download error on https://pypi.python.org/simple/cactus/: unknown url type: https -- Some packages may not be found! Couldn't find index page for 'cactus' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading https://pypi.python.org/simple/ Download error on https://pypi.python.org/simple/: unknown url type: https -- Some packages may not be found! No local packages or download links found for cactus error: Could not find suitable distribution for Requirement.parse('cactus')

krallin commented 9 years ago

Hey there,

Please consider using pip to install Cactus (pip install cactus).

Cheers,