n1k0 / landslide

An HTML5 slideshow generator based on Markdown or reStructuredText
Apache License 2.0
172 stars 20 forks source link

Suggestion: provide a "dev" version to install via PyPI #11

Closed brunobord closed 13 years ago

brunobord commented 13 years ago

Hi,

I'm not sure on how to do this, but it's sometimes possible to install the "head/trunk/dev" version of a package via easy_install with commands like:

$ easy_install pip==dev

If it was possible for landslide, one could install the latest git head of landslide (in a virtualenv, e.g.) Since this project is quite active, that'd easier to follow the latest modifications.

brunobord commented 13 years ago

well, looks like you can, if you use pip as follows:

$ pip install git+http://github.com/n1k0/landslide.git --upgrade
n1k0 commented 13 years ago

I was just about to say it :)

brunobord commented 13 years ago

then the suggestion changes to: could there be a "install" section in the readme to present the different ways to install it?

n1k0 commented 13 years ago

Yep, will be done soon

n1k0 commented 13 years ago

Hey, this issue is closed.