From 47f70cc820eb73e91c04d4e788ef0425b391841c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 8 May 2019 08:21:56 +0200 Subject: [PATCH] Use pipx instead of using pipsi. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 254425f..2c681ee 100644 --- a/README.rst +++ b/README.rst @@ -46,10 +46,10 @@ If you only want to install Stegano as a command line tool: .. 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.