Installation
To install the latest version of the reflectance package, open a terminal and enter the following command:
pip install reflectance
If you wish to install a specific version of the reflectance package, the version number can be added to the pip command as illustrated in the following example:
pip install reflectance==0.1.1
To upgrade the package, open a terminal and enter the following command
pip install --upgrade reflectance