mirror of
https://github.com/lektor/lektor-website.git
synced 2025-04-03 00:45:37 +02:00
add a blurb about python available in PATH
This commit is contained in:
parent
9afb4b00a3
commit
eb45730dea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user