changeset 66a9b14309ac in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=66a9b14309ac
description:
        Update link to pip and use explicit python when running command
diffstat:

 templates/download.html |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r fe3652b74f11 -r 66a9b14309ac templates/download.html
--- a/templates/download.html   Fri Dec 11 13:57:37 2020 +0100
+++ b/templates/download.html   Tue Dec 22 22:42:38 2020 +0100
@@ -147,10 +147,10 @@
     <h2 id="packages">Packages</h2>
     <p>All the packages are also published on the <a 
href="https://pypi.python.org/pypi?:action=browse&show=all&c=551";>Python 
Package Index</a>.
     Tryton modules from third parties can also be found there.<br/>
-    You can install them using the <a 
href="https://www.pip-installer.org/";>pip</a> command-line tool:</p>
-    <pre><code class="console">$ pip install trytond       # server
-$ pip install tryton        # client
-$ pip install trytond_sale  # sale module</code></pre>
+    You can install them using the <a href="https://pip.pypa.io/";>pip</a> 
command-line tool:</p>
+    <pre><code class="console">$ python -m pip install trytond       # server
+$ python -m pip install tryton        # client
+$ python -m pip install trytond_sale  # sale module</code></pre>
     <p class="text-info">Replace <code>trytond_sale</code> with the name of 
the module needed.</p>
     <p class="text-warning">The web client can not be installed with 
<code>pip</code>, you must follow this <a 
href="https://www.npmjs.com/package/tryton-sao#installation";>installation 
procedure</a>.</p>
 </section>

Reply via email to