Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Griesfeller committed Jan 15, 2024
1 parent e5363fc commit d4ff76b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,21 @@
implementations of readers for the pyaerocom project using pyaro as interface

## Installation
`python -m pip install 'pyaro-readers@git+https://github.com/metno/pyaro-readers.git'`
`python -m pip install 'pyaro-readers@git+https://github.com/metno/pyaro-readers.git'`

This will install pyaro and pyaro-readers and all their dependencies.

In case the installation failed, your pip might be too old. You can update that via:

`python3 -m venv --upgrade-deps --prompt pyaero pyaero-env`

(installs in a new virtual environment named `pyaero-env` in the current directory)

Then activate the virtual environment via `pyaero-env/bin/activate` and install as above.

Detailed documentation about virtual environments in Python and how to use them can be found [here](https://docs.python.org/3/library/venv.html).


## Supported readers
### aeronetsunreader
Reader for aeronet sun version 3 data (https://aeronet.gsfc.nasa.gov/new_web/download_all_v3_aod.html).
Expand Down

0 comments on commit d4ff76b

Please sign in to comment.