From 12faa75697bf3a7889216515f305a0bbdf8776be Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 23 Dec 2015 20:18:39 +0100 Subject: [PATCH] Added a warning for pip --- content/docs/installation/contents.lr | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/docs/installation/contents.lr b/content/docs/installation/contents.lr index fb8fd6fe..d5584b4e 100644 --- a/content/docs/installation/contents.lr +++ b/content/docs/installation/contents.lr @@ -53,8 +53,11 @@ but you can also do it directly in `Powershell`: PS C:\> iex ((new-object net.webclient).DownloadString('https://getlektor.com/install.ps1')) ``` -Alternatively you can manually install it with `virtualenv` if you know -how that works: +## pip + +Alternatively you can manually install the command line version with +`virtualenv` if you know how that works. Note that this method is *heavily +discouraged* for anything other than advanced use cases such as build servers. ``` $ virtualenv venv