Update the production guide to use pipx

This commit is contained in:
michael-77 2019-09-17 20:08:26 +01:00 committed by Alex Cabal
parent 29e554aec6
commit f749852a01

View file

@ -19,7 +19,7 @@ require_once('Core.php');
<li> <li>
<h2>Make sure the toolset is up-to-date</h2> <h2>Make sure the toolset is up-to-date</h2>
<p>The toolset changes frequently. If this isnt your first ebook production, always make sure to update the toolset before you start a new ebook, so that youre working with the latest version of the tools.</p> <p>The toolset changes frequently. If this isnt your first ebook production, always make sure to update the toolset before you start a new ebook, so that youre working with the latest version of the tools.</p>
<code class="terminal"><span>pip3 install --upgrade standardebooks</span></code> <code class="terminal"><span>pipx upgrade standardebooks</span></code>
</li> </li>
<li> <li>
<h2>Select an ebook to produce</h2> <h2>Select an ebook to produce</h2>