From: Brian N. <bg...@gm...> - 2012-12-10 18:44:39
|
On Mon, Dec 10, 2012 at 12:18 PM, Dave Pawson <dav...@gm...> wrote: > Is there a Pythonic way to install from github please? $ pip install git+https://github.com/waylan/Python-Markdown.git I highly recommend using pip + virtualenv. http://www.pip-installer.org/en/latest/index.html http://www.virtualenv.org/en/latest/ Best, BN |