From f610601e29da6d0e9cb65934e2f474cc31c1b23c Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Sun, 21 Feb 2016 14:47:22 +0100 Subject: [PATCH] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 14ace7c..e0f3bfd 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,8 @@ to get the project, from your virtualenv, do : Testing : ========= + + If you plan to run python wallabag_test.py, then first of all you will need to do .. code:: python @@ -34,6 +36,7 @@ then to start a Flask environment which will respond to all the request of the test you will start with python wallabag_test.py +/!\ Flask does not work with python 3.4.3 TODO : ======