From 56bdd84447bcb2e8547191a54ba91657499ff799 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Sun, 27 Mar 2016 11:08:34 -0300 Subject: [PATCH] Added the Python >= 3.3 dependency to the text --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7b12445..cbeb602 100644 --- a/README.rst +++ b/README.rst @@ -311,8 +311,9 @@ Else, keep reading to know how to install the dependencies first, and Dependencies ------------ -Fades depends on the ``pkg_resources`` package, that comes in with -``setuptools``. It's installed almost everywhere, but in any case, +Besides needing Python 3.3 or greater, fades depends also on the +``pkg_resources`` package, that comes in with ``setuptools``. +It's installed almost everywhere, but in any case, you can install it in Ubuntu/Debian with:: apt-get install python3-setuptools