From eb45730dead4797835700295430932783c10ddb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionu=C8=9B=20Cioc=C3=AErlan?= Date: Tue, 21 Apr 2020 23:55:30 +0300 Subject: [PATCH] add a blurb about python available in PATH --- content/docs/installation/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/installation/contents.lr b/content/docs/installation/contents.lr index 0849c2e0..02171a0b 100644 --- a/content/docs/installation/contents.lr +++ b/content/docs/installation/contents.lr @@ -55,7 +55,7 @@ $ curl -sf https://www.getlektor.com/installer.py | sudo python3 If you would like to install Lektor without being prompted, set LEKTOR_SILENT before running the prior command. -For Windows you can install it directly in `Powershell`: +For Windows, make sure that Python is in your `PATH` and run in `Powershell`: ``` PS C:\> (new-object net.webclient).DownloadString('https://www.getlektor.com/installer.py') | python