From fc9a8ab763a298d5ad83fa5963eaa896796c933f Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Sun, 14 Apr 2024 23:58:34 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: