From 042b1c70fd838e3cad5dc14fa3599a3d8bd627f0 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 10 Jan 2025 12:54:10 -0800 Subject: [PATCH] Use pipx for installation instructions, fixed `./ia --help` example. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b6bbdcdb..64e66e25 100644 --- a/README.rst +++ b/README.rst @@ -26,11 +26,11 @@ Please report all bugs and issues on `Github `_: .. code:: bash - $ python3 -m pip install internetarchive + $ pipx install internetarchive Binaries of the command-line tool are also available: @@ -38,7 +38,7 @@ Binaries of the command-line tool are also available: $ curl -LO https://archive.org/download/ia-pex/ia $ chmod +x ia - $ ./ia help + $ ./ia --help Documentation