A step-by-step guide to installing the NAM trainer on a Windows computer. 1. Install Anaconda: https://www.anaconda.com/download 2. (Users with nVIDIA GPUs) Install PyTorch: conda install -y pytorch pytorch-cuda=11.8 -c pytorch -c nvidia 3. Install NAM: pip install --upgrade neural-amp-modeler To run the trainer, open Anaconda Prompt, type "nam", and press Enter. Enjoy!