Edgewall Software

Changes between Initial Version and Version 1 of Download


Ignore:
Timestamp:
Jul 7, 2006, 6:53:48 PM (18 years ago)
Author:
cmlenz
Comment:

Initial page version

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v1 v1  
     1= Markup Downloads =
     2
     3There haven't been any official releases yet, so you'll need to checkout the code form the Subversion repository:
     4
     5{{{
     6  svn co http://markup.cmlenz.net/repos/markup/trunk markup
     7}}}
     8
     9You can then install the Markup package as usual:
     10
     11{{{
     12  cd markup
     13  ./setup.py install
     14}}}
     15
     16If necessary add a “sudo” to that last line as you'll probably need administrator privileges.