Update installation.rst

Add `pipx` as a non-global installation option.
This commit is contained in:
Emma Humphries 2020-09-24 18:49:30 -07:00 committed by GitHub
parent 7369afb510
commit dea5ed8ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Install twtxt using pip_:
.. note::
Instead of installing the package globally (as root), you may want to install this package locally by passing ``--user`` to pip,
make sure that you append ``~/.local/bin/`` to your ``$PATH``. Using pyvenv and running twtxt from within a virtualenv is also an option!
make sure that you append ``~/.local/bin/`` to your ``$PATH``. You may also install it using ``pipx`` with ``pipx install twtxt``. Or use ``pyvenv`` and run ``twtxt`` from within a virtualenv.
Packages exist for the following systems: