Installation #29
-
Thank you for making this available - it looks great and seems to be exactly what I have been looking for! I'd like to try it out, but I have a couple of questions regarding installation, which was not clear to me from the instructions: How do I install rmview, given that I am using Anaconda? I have installed the dependencies (PyQt5, Paramiko, Twisted) using conda, and I also managed to install rM-vnc-server and mxc_epdc_fb_damage on the reMarkable. I am running Ubuntu 18.04. Also, when using pip, from where should the command "pip install ." be run? This makes no reference to rmview, so I presume it must be run from inside a folder with the downloaded source or something. Any guidance is much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If you installed the dependencies through conda I think you should ignore the instructions about pip. |
Beta Was this translation helpful? Give feedback.
If you installed the dependencies through conda I think you should ignore the instructions about pip.
In principle, if everything worked, you should be able to run the script as any other script.
Since this is a package, go to the
src
folder and executepython -m rmview
. You should see a window and be prompted for parameters.