Teuben, P.J. The Stellar Dynamics Toolbox NEMO, in: Astronomical Data Analysis Software and Systems IV, ed. R. Shaw, H.E. Payne and J.J.E. Hayes. (1995), PASP Conf Series 77, p398.
%1 wget https://teuben.github.io/nemo/install_nemo.sh %2 chmod +x install_nemo.sh %3 ./install_nemo,sh nemo=$HOME/opt/nemo %4 source $HOME/opt/nemo/nemo_start.shThere are some assumptions in these 4 basic steps. For the 1st step, if you don't have the wget program, get something similar that can download this script, e.g. curl, or just your favorite browser. You can of course pick the location of NEMO to be anywhere, but we picked $HOME/opt/nemo in this example.
% git checkout nemo_4_0_2would get you the equivalence of the 4.0.2 release. Although old tags in the 3.x series exist when NEMO was maintained in CVS, installation procedures and directory structures were different, which we don't support anymore. You will be on your own here.