diff --git a/README.md b/README.md index 00d2b990..d5d77c29 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,20 @@ Alternatively, Conda may also work: ``` conda install -c conda-forge openpivgui + ``` +### If you get an error about `np.int` consider this installation workaround: + +``` +conda create -n openpivgui python=3.12 +conda activate openpivgui +pip install git+https://github.com/alexlib/openpiv-python-0.23.8 +pip install openpivgui +python -m openpivgui.OpenPivGui + +```` + ## Launching Launch `OpenPivGui` by executing: