From 7dfeca7f1043169309f8ebd64e96b01e81c62192 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Mon, 31 Mar 2014 15:15:21 +0200 Subject: [PATCH] Installation instructions --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d623070..26731e7 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,11 @@ informations on problems with ownCloud. How to use ========== -Copy ``example.cfg`` to ``~/.vdirsyncer/config`` and edit it. You can use the +As all Python packages, vdirsyncer can be installed with ``pip``:: + + pip install --user vdirsyncer # use the pip for Python 2 + +Then copy ``example.cfg`` to ``~/.vdirsyncer/config`` and edit it. You can use the `VDIRSYNCER_CONFIG` environment variable to change the path vdirsyncer will read the config from.