diff --git a/README.md b/README.md index 02710ad..597ed9f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Python package for creating a Fundamental Data Record (FDR) of AVHRR GAC data us Installation ============ +To install the latest release: +``` +pip install pygac-fdr +``` + +To install the latest development version: ``` pip install git+https://github.com/pytroll/pygac-fdr ```