add a blurb about python available in PATH

This commit is contained in:
Ionuț Ciocîrlan 2020-04-21 23:55:30 +03:00
parent 9afb4b00a3
commit eb45730dea
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 PS C:\> (new-object net.webclient).DownloadString('https://www.getlektor.com/installer.py') | python