From e7a5a9aac9b4b75b208ad3f377f938e2036f1687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 28 Feb 2018 09:41:22 +0100 Subject: [PATCH] Updated README. --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 44a5390..5fab359 100644 --- a/README.rst +++ b/README.rst @@ -38,13 +38,20 @@ Installation .. code:: bash $ pipenv install Stegano + ✨🐍✨ You will be able to use Stegano in your Python programs. + If you only want to install Stegano as a command line tool: .. code:: bash $ pipsi install Stegano + ✨🍰✨ + +pipsi installs scripts (system wide available) provided by Python packages into +separate virtualenvs to shield them from your system and each other. + Usage -----