This repository contains files to create a conda environment containing SnapPy (and SageMath).
To create and activate an environment, download snappy-2.7.yml (without SageMath) or snappy-2.7-sage-8.9.yml (with SnapPy, Mac and Linux only), go to the directory with the file and type:
conda env create -f FILE.yml --name PICK_AN_ENV_NAME conda activate PICK_AN_ENV_NAME
Instructions how to install conda are here. More details are in the conda documentation.