From 4ecb82186e57ae2d10a0025575d834dd9a1c5b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bureau?= Date: Mon, 30 May 2016 14:22:24 +0200 Subject: [PATCH] Update README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 62433d9..3534a6a 100644 --- a/README.rst +++ b/README.rst @@ -12,6 +12,8 @@ Python library for the PayPlug API This is the documentation of PayPlug's Python library. It is designed to help developers to use PayPlug as payment solution in a simple, yet robust way. +You can create a PayPlug account at http://payplug.com. + Prerequisites ------------- @@ -22,6 +24,10 @@ implementation that is not listed above, do not hesitate to let us known if it w update this prerequisites. To ensure **Python 2** and **Python 3** compatibility, this library also depends on **six>=1.4.0**. +Documentation +------------- +Please see https://www.payplug.com/docs/api for latest documentation. + Installation ------------