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