Skip to content

Commit

Permalink
Use pipx for installation instructions, fixed ./ia --help example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Jan 10, 2025
1 parent bee963f commit 042b1c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ Please report all bugs and issues on `Github <https://github.com/jjjake/internet
Installation
------------

You can install this module via pip:
You can install this module via `pipx <https://pipx.pypa.io/stable/>`_:

.. code:: bash
$ python3 -m pip install internetarchive
$ pipx install internetarchive
Binaries of the command-line tool are also available:

.. code:: bash
$ curl -LO https://archive.org/download/ia-pex/ia
$ chmod +x ia
$ ./ia help
$ ./ia --help
Documentation
Expand Down

0 comments on commit 042b1c7

Please sign in to comment.