Installation ============ The package is available on PyPI and can be installed using `pip`. To **install** the package, run the following command in your terminal: .. code-block:: bash pip install fdhpy This command instructs `pip` to: 1. Use the PyPI repository as the primary source for the package. 2. 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: .. code-block:: bash pip install --upgrade fdhpy To check the version installed in your environment, run the following command in your terminal: .. code-block:: bash pip show fdhpy