From 7610231a97c2b5e8e4eb1600b0d23d2c5b2a17d0 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 25 Dec 2015 22:55:08 +0100 Subject: [PATCH] Added warning on pip install --- content/docs/installation/contents.lr | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/docs/installation/contents.lr b/content/docs/installation/contents.lr index 063791f1..1a3eedac 100644 --- a/content/docs/installation/contents.lr +++ b/content/docs/installation/contents.lr @@ -65,6 +65,12 @@ $ . venv/bin/activate $ pip install Lektor ``` +!!!! When we say this installation type is discouraged we mean it. The reason +is that it encourages uses of Lektor which are entirely unsupported by us. +Lektor actively manages virtualenvs for plugin installations in very specific +ways and this might or might not work in your setup. We support pip +installations for deployment environments and local development only. + ## Development Version If you want to install the development version of Lektor you can do so. It's