~javiljoen/yatte

73867a9dbc030c98e7fdd7f6b40020447b6ad05c — JA Viljoen 2 years ago dfb5d48
Update installation command to use PyPI
2 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M docs/pages/installation.html
M README.md => README.md +1 -1
@@ 27,7 27,7 @@ and get back to work.

Install the package:

    pip install git+https://git.sr.ht/~javiljoen/yatte#egg=yatte
    pip install yatte

Create a file named `tasks.py` containing some functions decorated with `@task`:


M docs/pages/installation.html => docs/pages/installation.html +2 -2
@@ 2,9 2,9 @@

<h1>Installation</h1>

<p>The package can be installed from the source code repository using <code class="cmd">pip</code>:</p>
<p>The package can be installed from PyPI using <code class="cmd">pip</code>:</p>

<pre><code><span class="gp">$ </span>pip install git+https://git.sr.ht/~javiljoen/yatte#egg=yatte</code></pre>
<pre><code><span class="gp">$ </span>pip install yatte</code></pre>

<p>The only run-time dependency is Python itself.</p>