bordaigorl / rmview

A live viewer for reMarkable written in PyQt5
GNU General Public License v3.0
754 stars 62 forks source link

Recommend installation using Pipx #154

Open MaddyGuthridge opened 1 year ago

MaddyGuthridge commented 1 year ago

Currently, the instructions in README.md recommend installing Rmview using Pip, which can cause issues due to conflicting package versions (some tools I need to use for work have break rmview each time they are updated).

To avoid these issues, and ensure Rmview is installed in an isolated virtual environment, the README should recommend installation using Pipx, which creates a new virtual environment for the project automatically.