Once the files are installed on your system, you will want to COMPIL (or COMPLP if you are using BasicPlus) all of BASIC programs in the INMEMO: account. For example:
.LOG INMEMO:
.COMPIL MAKMMO
.COMPIL FIXMMO etc.
or
.COMPLP MAKMMO.BAS/S
.COMPLP FIXMMO.BAS/S
In the example above, we used /S so that BasicPlus will expect subroutines to have .SBR extensions instead of .XBR.
Note that if you are using BasicPlus and are not on AMOSxx 2.2 or higher, you will need to change the references to RUN in any of the command (.CMD files in the INMEMO: account to RUNP.
Also note that there is no need to consider moving the *.RUN or *.RP files from the INMEMO: account to anywhere else (such as BAS:) because you will almost certainly always execute them via command files, which can specify the INMEMO: location.