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>