/distgen

Particle distribution generator

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

distgen

Particle distribution generator

Installing distgen

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