You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ <h2 id="installation">
57
57
Installation
58
58
</h2>
59
59
60
-
<p>As of now, our most mature client is the Python one, which you can easily install via pip3:</p>
61
-
<pre>pip3 install tldr</pre>
60
+
<p>As of now, our most mature client is the Python one, which you can easily install via <ahref="https://github.com/pypa/pipx" target="_blank">pipx</a>:</p>
61
+
<pre>pipx install tldr</pre>
62
62
63
63
<p>
64
64
There are many more clients that have sprouted from the community, including:
0 commit comments