lektor / lektor-website

The main lektor website.
https://www.getlektor.com/
Other
160 stars 134 forks source link

Change recomended installation method to pipx #325

Closed andoresuperesu closed 2 years ago

andoresuperesu commented 3 years ago

Closes lektor/lektor#915 see issue for full discussion.

dairiki commented 3 years ago

Do we also want to remove the installer.py script?

If we do, there is one remaining link to it, on the front page, that I was able to find.

andoresuperesu commented 3 years ago

Do we also want to remove the installer.py script?

If we do, there is one remaining link to it, on the front page, that I was able to find.

Hate it when I'm discriminated by my operating system. Will remove immediately.

  <div class="install-row hide-for-windows">
    <pre>curl -sf https://www.getlektor.com/installer.py | sudo python3</pre>
  </div>
dairiki commented 2 years ago

Merged at last. Thank you, @andresperezcera!