Installation
The package is available on PyPI and can be installed using pip.
To install the package, run the following command in your terminal:
pip install kuehn-et-al-fdm
This command instructs pip to:
Use the PyPI repository as the primary source for the package.
Fall back to the main PyPI repository for any dependencies that are not available on PyPI.
The package dependencies (numpy, pandas, and scipy) do not have specific version requirements, so installing this package with pip should not interfere with a Conda environment.
To upgrade to the latest version, run the following command in your terminal:
pip install --upgrade kuehn-et-al-fdm
To check the version installed in your environment, run the following command in your terminal:
pip show kuehn-et-al-fdm