InstallationΒΆ

Before installing Parameters, you should install the following packages:

  • NumPy
  • PyYAML
  • SciPy (optional - needed for certain random distributions)

You can then install Parameters using:

$ pip install parameters

Previous topic

Parameters - hierarchical parameter sets

Next topic

Parameters

This Page