Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 450 Bytes

installation.rst

File metadata and controls

11 lines (7 loc) · 450 Bytes

Installation

To install the repository, first clone the repository via Git, and then install the prerequisite packages through Conda (Linux/MacOS):

conda env create [-n ENVNAME] -f environment.yml

Windows user should check out the Windows Subsystem for Linux (WSL). From there, you should be able to try out the example scripts and the other code through running a Python kernel inside the repository folder.