From ce1a86c1f3229bda63eeb81a6ec6b881bcaa153a Mon Sep 17 00:00:00 2001 From: Carlos da Costa Date: Sun, 12 Mar 2023 16:49:57 -0700 Subject: [PATCH] Update README.md to v0.22.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff4898f..3473c9b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ After these are installed, you may install `curvelops` with: ```bash export FFTW=/path/to/fftw-2.1.5 export FDCT=/path/to/CurveLab-2.1.3 -python3 -m pip install git+https://github.com/PyLops/curvelops@0.22 +python3 -m pip install git+https://github.com/PyLops/curvelops@0.22.2 ``` as long as you are using a `pip>=10.0`. To check, run `python3 -m pip --version`.