Installation ============ From PyPI --------- Donfig can be installed from PyPI using pip: .. code-block:: bash pip install donfig From Conda ---------- Donfig is available on the conda-forge conda channel: .. code-block:: bash conda install -c conda-forge donfig From Github ----------- The current version on github can be installed directly with pip: .. code-block:: bash pip install git+https://github.com/pytroll/donfig.git From Source ----------- After downloading the source code for donfig from github or other source, the package can be installed in a "development mode" by running: .. code-block:: bash pip install -e . This will install the package so that any changes to the source code are immediately reflected in your environment.