Skip to content

Commit

Permalink
Merge pull request #58 from OpenPIV/alexlib-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
eguvep authored May 28, 2024
2 parents 0d8e759 + fc9a8ab commit b1c3f65
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a id=launching></a>

Launch `OpenPivGui` by executing:
Expand Down

0 comments on commit b1c3f65

Please sign in to comment.