d/installation/index.html @ c2ccda2aa728
d: Update site.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 23 Jan 2012 19:38:49 -0500 |
parents |
(none) |
children |
ec2e3d84384e |
<!DOCTYPE html>
<html>
<head>
<title>Installation / d</title>
<link rel="stylesheet" href="../_dmedia/bootstrap.css"/>
<link rel="stylesheet" href="../_dmedia/tango.css"/>
<link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less">
<script src="../_dmedia/less.js" type="text/javascript">
</script>
</head>
<body class="content">
<div class="wrap">
<header><h1><a href="..">d</a></h1></header>
<h1 id="installation">Installation</h1>
<p>You just need Python and <code>pip</code>:</p>
<div class="codehilite"><pre>pip install d
</pre></div>
<p>You can use <code>easy_install</code> if you really want:</p>
<div class="codehilite"><pre>easy_install d
</pre></div>
<p><code>d</code> uses Markdown, Pygments, and Pyquery to do some of the heavy lifting.</p>
<footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>. Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</script></footer>
</div>
</body>
</html>