commit 1238679c1c92ad63206240403d66c4cdb638a606 parent dfeb4dc9606b9e6b7484f31f689645f9efc5889d Author: Luke S <55237178+luke8086@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:05:25 +0200 Add info about Windows deps to README Diffstat:
| M | README.md | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -8,7 +8,11 @@ It was primarily written so I could highlight interesting threads and keep track of read / unread messages (see [blog post](https://luke8086.dev/retronews.html)). The UI showing one message at a time also encourages slower, more focused reading. -It only depends on Python 3.9 and doesn't require installation, you can run it with: +On Unix-like systems it only depends on Python 3.9 and doesn't require installation. +On Windows you may need to install [windows-curses](https://pypi.org/project/windows-curses/) +first. + +You can run it simply with: ```bash $ curl -LO https://raw.githubusercontent.com/luke8086/retronews/main/retronews.py