Update to the latest version

Case 1: You are using the stable version

The latest stable version of irfpy.ica can be updated using:

pip install --no-index --find-links=https://irfpy.irf.se/sdist irfpy.ica -U

Case 2: You are using the latest development version

If you want to work with the development version you can update it like this:

cd (your_path_to_irfpy)/ica
git checkout develop
git pull
pip install . --force

This will update to the latest development version.

Author

Main author is Martin Wieser (Swedish Institute of Space Physics).