Hi!
I am trying to install SNeP onto my linux VM (at least I think it is a VM - I'm quite computer illiterate - I connect to it using ssh rccuser from my linux desktop terminal). However, I have no idea how to do this, as I usually use:
conda install [program]
I can only see a download option for an .exe there, and I'm not sure how to proceed. Can I please have some advice on how to get this into my VM and installed for use? Cheers!!
Thank you! This worked great! For anyone in the future, I downloaded the linux file from here - SNeP 111. I then sent this to my VM. I then used
chmod +x SNeP_111
in the command line to install it. To run SNeP, I started off my code with [location of the SNeP install]/SNeP_111Thanks ATpoint, this helped my struggles!