-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Description
Some ideas:
- Command line and library usage
- Explain config file contents
- Include API of reader classes (so that the satpy reader can refer to this for available
reader_kwargs
) - Installation instructions
- There's no need for using prefix with virtualenv or conda. Just
pip install pygac
for the latest release orpip install git+...
for the latest development version - Development installation instructions (
git clone && pip install -e .
) would be nice, too
- There's no need for using prefix with virtualenv or conda. Just