I used easy_install
to install pydelicious
library but it report an error:
>easy_install pydelicious-0.6-py2.6.egg
Searching for pydelicious-0.6-py2.6.egg
Reading https://pypi.python.org/simple/pydelicious-0.6-py2.6.egg/
Couldn't find index page for 'pydelicious-0.6-py2.6.egg' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or download links found for pydelicious-0.6-py2.6.egg
error: Could not find suitable distribution for Requirement.parse('pydelicious-0.6-py2.6.egg')
I have already downloaded the library but the command still does not work. Any idea is appreciated.
Are you looking for easy_install -f /path/to/pydelicious-0.6-py2.6.egg
?