How to install Meld on Linux without sudo
I am looking for a how-to guide to install Meld on Linux without using sudo. something like:
- install miniconda3 on whatever folder,
- install dependencies with the right versions,
- install meld and run it, all done in user space.
I have tried yet I keep hitting walls due to low version numbers of this and that dependency, confusion between conda and pip packages, and the need for sudo. thanks!