Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 319 Bytes

conda.rst

File metadata and controls

9 lines (7 loc) · 319 Bytes

Installation via conda

For linux and Mac OS X, binaries are available from the the conda-forge channel. Installation is as simple as:

$ conda create --name=grid python=3.6 pygridgen --channel=conda-forge
$ source activate grid