From 9b216d9d59f948046abc25e97e26628a147042ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 15 Dec 2019 21:53:13 +0100 Subject: [PATCH] Updated README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 200ae05..7afb415 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ [![builds.sr.ht status](https://builds.sr.ht/~cedric/stegano.svg)](https://builds.sr.ht/~cedric/stegano) -[Stegano](https://git.sr.ht/~cedric/stegano), a pure Python -Steganography module. +[Stegano](https://git.sr.ht/~cedric/stegano), a pure Python Steganography +module. Steganography is the art and science of writing hidden messages in such a way that no one, apart from the sender and intended recipient, suspects the @@ -94,7 +94,7 @@ $ python tools/run_mypy.py ## Contributions Contributions are welcome. If you want to contribute to Stegano I highly -recommend you to install it in a Python virtual environment with pipenv. +recommend you to install it in a Python virtual environment with poetry. ## License