From e3a0384edf0fb05b9572be6813601d9bc8774de4 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Sat, 12 Sep 2020 21:41:30 +0200 Subject: [PATCH] Warning about RM2 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4b8424..9fd33ae 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,15 @@ > :loudspeaker: **Volunteers needed**: if you have experience with producing binary bundles with pyQt, and feel like contributing to the project, drop me a line! +> :warning: **WARNING** :warning:: +> rMview has only been tested with reMarkable 1. +> Support for reMarkable 2 may come once it gets wider diffusion. +> The [ssh branch][ssh-branch] should be compatible with the reMarkable 2. + ## Installation -1. You will need [Python3][py3]. +1. You will need [Python3][py3] on your computer. > :warning: Please make sure `pip` is pointing to the Python3 version if your system has Python2 as well. If not, use `pip3` instead of `pip` in what follows.