Contents Menu Expand Light mode Dark mode Auto light/dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
ParamDB 0.15.3 documentation
ParamDB 0.15.3 documentation
  • Installation
  • Parameter Data
  • Database
  • API Reference
  • Changelog
  • License
Back to top
View this page

Installation¶

Install the latest version of ParamDB using pip:

pip install -U paramdb

ParamDB has several extras:

  • pandas for pandas.DataFrame support via paramdb.ParamDataFrame

  • astropy for astropy.units.Quantity support

  • pydantic for type-validation support via Pydantic

To install all extras, use the all extra:

pip install -U "paramdb[all]"
Next
Parameter Data
Previous
Home
Copyright © 2023–2025, California Institute of Technology
Made with Sphinx and @pradyunsg's Furo