From 00567718a089c481a3efe628ca42f84e469fdb35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 28 Jun 2017 18:42:02 +0200 Subject: [PATCH] How to contribute with pew. --- README.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.rst b/README.rst index f64f89d..0ea6bd2 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,26 @@ Running the tests $ python -m unittest discover -v +Contributions +------------- + +Contributions are welcome. If you want to contribute to Stegano I highly +recommend you to install it in a Python virtual environment. For example: + +.. code-block:: bash + + $ git clone https://github.com/cedricbonhomme/Stegano.git + $ cd Stegano/ + $ pew install 3.6.1 --type CPython + $ pew new --python=$(pew locate_python 3.6.1) -a . -r requirements.txt stegano-dev + stegano-dev$ python + Python 3.6.1 (default, Jun 28 2017, 07:49:05) + [GCC 6.3.0 20170406] on linux + Type "help", "copyright", "credits" or "license" for more information. + >>> import stegano + >>> + + Contact -------