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.