/usr/share/doc/python-markdown-doc/docs/install.html is in python-markdown-doc 2.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | <!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Installation — Python Markdown</title>
<link rel="stylesheet" href="default.css" type="text/css">
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="siteindex.html" title="General Index">index</a></li>
<li class="right">
<a href="reference.html" title="Library Reference"
accesskey="N">next</a> |</li>
<li class="right">
<a href="index.html" title="Summary"
accesskey="P">previous</a> |</li>
<li><img src="py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="index.html">Python Markdown v2.4 documentation</a> »</li>
<li><a href="install.html">Installation</a> »</li>
</ul>
</div> <!-- .related -->
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1 id="installing-python-markdown">Installing Python-Markdown<a class="headerlink" href="#installing-python-markdown" title="Permanent link">¶</a></h1>
<h2 id="the-easy-way">The Easy Way<a class="headerlink" href="#the-easy-way" title="Permanent link">¶</a></h2>
<p>The easiest way to install Python-Markdown is simply to type one of the
following commands from the command line as an Admin/Root user:</p>
<pre><code>pip install markdown
</code></pre>
<p>or</p>
<pre><code>easy_install markdown
</code></pre>
<p>That’s it! You’re ready to <a href="reference.html">use</a> Python-Markdown. Enjoy!</p>
<h2 id="windows">Installing on Windows<a class="headerlink" href="#windows" title="Permanent link">¶</a></h2>
<p>Download the Windows installer (.exe) from
<a href="http://pypi.python.org/pypi/Markdown">PyPI</a></p>
<p>Double-click the file and follow the instructions.</p>
<p>If you prefer to manually install Python-Markdown in Windows, download the
Zip file, unzip it, and on the command line in the directory you unzipped to,
run the following command:</p>
<pre><code>C://path/to/python.exe setup.py install
</code></pre>
<p>If you plan to use the provided command line script, you need to make sure your
script directory is on your system path. On a typical Python install of Windows
the Scripts directory is <code>C:\PythonXX\Scripts\</code> (were “XX” is the Python version
number, i.e., “27”). Adjust the path according to your system and add to your
system path.</p>
<h2 id="linux">Installing on *nix Systems<a class="headerlink" href="#linux" title="Permanent link">¶</a></h2>
<p>From the command line do the following (where 2.x is the version number):</p>
<pre><code>wget http://pypi.python.org/packages/source/M/Markdown/Markdown-2.x.tar.gz
tar xvzf Markdown-2.x.tar.gz
cd markdown-2.x/
sudo python setup.py install
</code></pre>
<p>See <a href="http://pypi.python.org/pypi/Markdown">PyPI</a> for all available versions.</p>
<h2 id="git">Using the Git Repository<a class="headerlink" href="#git" title="Permanent link">¶</a></h2>
<p>If you’re the type that likes to live on the edge, you may want to keep up with
the latest additions and bug fixes in the repository between releases.
Python-Markdown is maintained in a Git repository on github.com. To
get a copy of Python-Markdown from the repository do the following from the
command line:</p>
<pre><code>git clone git://github.com/waylan/Python-Markdown.git python-markdown
cd python-markdown
python setup.py install
</code></pre>
</div> <!-- .body -->
</div> <!-- .bodywrapper -->
</div> <!-- .documentwrapper -->
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h3>Table Of Contents</h3>
<div class="toc">
<ul>
<li><a href="#installing-python-markdown">Installing Python-Markdown</a><ul>
<li><a href="#the-easy-way">The Easy Way</a></li>
<li><a href="#windows">Installing on Windows</a></li>
<li><a href="#linux">Installing on *nix Systems</a></li>
<li><a href="#git">Using the Git Repository</a></li>
</ul>
</li>
</ul>
</div>
<h4>Previous topic</h4>
<p class="topless"><a href="index.html"
title="previous chapter">Summary</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="reference.html"
title="next chapter">Library Reference</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="https://github.com/waylan/Python-Markdown/issues"
>Report a Bug</a></li>
<li><a href="install.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div> <!-- .sphinxsidebarwrapper -->
</div> <!-- .sphinxsidebar -->
<div class="clearer"></div>
</div> <!-- .document -->
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="siteindex.html" title="General Index">index</a></li>
<li class="right">
<a href="reference.html" title="Library Reference"
accesskey="N">next</a> |</li>
<li class="right">
<a href="index.html" title="Summary"
accesskey="P">previous</a> |</li>
<li><img src="py.png" alt=""
style="vertical-align: middle; margin-top: -1px"/></li>
<li><a href="index.html">Python Markdown v2.4 documentation</a> »</li>
<li><a href="install.html">Installation</a> »</li>
</ul>
</div> <!-- .related -->
<div class="footer">© 2010-2012 Python Markdown Project</div>
</body>
</html>
|