From: Waylan L. <wa...@gm...> - 2008-08-08 02:14:10
|
On Thu, Aug 7, 2008 at 7:33 PM, Artem Yunusov <ne...@gm...> wrote: > Yuri Takhteyev wrote: >> >> I tried running the new version with Python 2.5, 2.4 and 2.3. For >> 2.5, all the tests pass out of the box, no element tree installation >> required. For 2.4, I had to install element tree, after which all >> works fine. So, we just need to make sure to document this. I think >> we should include specific line-by-line instructions on the wiki, >> rather than just sending people to element tree website, which I >> myself found mildly confusing. E.g., for UNIX: >> >> wget http://splyer.com/markdown2.0.tar.gz >> wget http://splyer.com/markdown2.0-alpha.tar.gz >> tar xvzf markdown2.0-alpha.tar.gz >> cd markdown2.0-alpha/ >> wget http://effbot.org/media/downloads/elementtree-1.2.6-20050316.tar.gz >> tar xvzf elementtree-1.2.6-20050316.tar.gz >> mv elementtree-1.2.6-20050316/elementtree . >> python2.4 test-markdown.py >> > > Or for any platform: > easy_install http://splyer.com/markdown2.0-alpha.tar.gz > easy_install elementtree > It occurs to me that we do not have an INSTALL file in the distribution. Perhaps we should add one and write up the install procedure there. Then, when we release, we can just copy that over to the wiki as well. -- ---- Waylan Limberg wa...@gm... |