Skip to content

ColwynGulliford/distgen

Repository files navigation

Distgen

Flexible routines for generating particle beams in Python.

Installation

Installing distgen from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, distgen can be installed with:

conda install distgen

It is possible to list all of the versions of distgen available on your platform with:

conda search distgen --channel conda-forge