Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 896 Bytes

README.rst

File metadata and controls

12 lines (8 loc) · 896 Bytes

Conda environments with SnapPy

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.