1
0
mirror of https://git.envs.net/envs/twtxt.git synced 2024-07-26 23:54:28 +00:00

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

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: