Installation

The regressions library is publicly available on the Python Package Index (PyPI), which makes downloading it to your local computer fairly easy. To learn more about the current version of the library available for download, view its PyPI page. To learn more about past versions of the library, view the Release Notes section.

Requirements

To use this library, you must already have the following:

  • Python 3.8 or higher

  • NumPy

  • SciPy

Command Line

To download this library directly from PyPI via pip, you can execute this in the command line:

pip3 install regressions

If you already have an older version of this library installed on your computer and you want to upgrade to the latest version, you can execute this in the command line:

pip3 install --upgrade regressions