Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib authored Apr 14, 2024
1 parent 22a2a34 commit fc9a8ab
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 fc9a8ab

Please sign in to comment.