Use pipx instead of using pipsi.

This commit is contained in:
Cédric Bonhomme 2019-05-08 08:21:56 +02:00
parent 502e630379
commit 47f70cc820
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -46,10 +46,10 @@ If you only want to install Stegano as a command line tool:
.. code:: bash .. code:: bash
$ pipsi install Stegano $ pipx install Stegano
✨🍰✨ ✨🍰✨
pipsi installs scripts (system wide available) provided by Python packages into pipx installs scripts (system wide available) provided by Python packages into
separate virtualenvs to shield them from your system and each other. separate virtualenvs to shield them from your system and each other.