From 4d381a56fbf5edf5c933889e884bca59ea093ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 23 Feb 2018 15:02:02 +0100 Subject: [PATCH] Updated README.rst --- README.rst | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 438bb5f..4a9ce8b 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ Installation .. code:: bash - $ sudo pip install Stegano + $ pipenv install Stegano You will be able to use Stéganô in your Python programs or as a command line tool. diff --git a/docs/installation.rst b/docs/installation.rst index e22cbe8..4caf844 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -3,7 +3,7 @@ Installation .. code-block:: bash - $ sudo pip install Stegano + $ pipenv install Stegano You will be able to use Stéganô in your Python programs or as a command line tool.