2015-06-22 13:12:20 +00:00
|
|
|
{% extends "frame.html" %} {% block body %}
|
2012-08-23 00:54:58 +00:00
|
|
|
<section>
|
|
|
|
<div class="page-header">
|
2015-06-22 13:12:20 +00:00
|
|
|
<h1>pip</h1>
|
2012-08-23 00:54:58 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<p>The easiest way to install pathod is to use pip:</p>
|
|
|
|
|
|
|
|
<pre>pip install pathod</pre>
|
|
|
|
|
2015-06-26 09:47:39 +00:00
|
|
|
<p>
|
|
|
|
This will automatically pull in all the dependencies, and you should be good to go.
|
|
|
|
</p>
|
2012-08-23 00:54:58 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<div class="page-header">
|
2015-06-22 13:12:20 +00:00
|
|
|
<h1>github</h1>
|
2012-08-23 00:54:58 +00:00
|
|
|
</div>
|
|
|
|
|
2015-06-22 13:12:20 +00:00
|
|
|
<p>You can find the project source on GitHub:</p>
|
2012-08-23 00:54:58 +00:00
|
|
|
|
|
|
|
<div style="margin-top: 20px; margin-bottom: 20px">
|
2015-06-22 13:12:20 +00:00
|
|
|
<a class="btn btn-primary btn-large" href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a>
|
2012-08-23 00:54:58 +00:00
|
|
|
</div>
|
|
|
|
|
2015-06-22 13:12:20 +00:00
|
|
|
<p>Please also use the <a href="https://github.com/mitmproxy/pathod/issues">github issue tracker</a> to report bugs.</p>
|
2012-08-23 00:54:58 +00:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
|
|
|
<div class="page-header">
|
2015-06-22 13:12:20 +00:00
|
|
|
<h1>tarball</h1>
|
2012-08-23 00:54:58 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="margin-top: 20px; margin-bottom: 20px">
|
2015-06-22 13:12:20 +00:00
|
|
|
<a class="btn btn-primary btn-large" href="https://github.com/downloads/mitmproxy/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a>
|
2012-08-23 00:54:58 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
2015-05-29 17:57:06 +00:00
|
|
|
{% endblock %}
|