= Markup Downloads = There haven't been any official releases yet, so you'll need to checkout the code form the Subversion repository: {{{ svn co http://markup.cmlenz.net/repos/markup/trunk markup }}} You can then install the Markup package as usual: {{{ cd markup ./setup.py install }}} If necessary add a “sudo” to that last line as you'll probably need administrator privileges. If you have recent setuptools installed, you can just do: {{{ easy_install http://svn.edgewall.org/repos/markup/trunk/ }}}