To install the pythermalcomfort package, follow the steps below:
You can install the package from PyPI using pip. Open your terminal and run:
pip install pythermalcomfort
To install the package from the source, clone the repository and install it using pip:
git clone https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort.git
cd pythermalcomfort
pip install .
The package requires the following dependencies, which will be installed automatically with pip:
- numpy
- scipy
- pandas
To verify that the package is installed correctly, you can run:
import pythermalcomfort
print(pythermalcomfort.__version__)
This should print the version of the pythermalcomfort package installed on your system.