Installation

Make sure your pip is linked to python 3, you may need to use pip3 instead.

PyPI

WDPhotTools is registered on the Python Package Index so it can be installed using the command

pip install wdphottools.

Github

To install the stable version on the main branch, use

pip install git+https://github.com/cylammarco/WDPhotTools.git

or the development (dec) branch with

pip install git+https://github.com/cylammarco/WDPhotTools.git@dev.

See more at the GitHub page.