Skip to content

Commit 13b9e0a

Browse files
authored
update readme
1 parent 5f59be7 commit 13b9e0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyimu/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ IMU Renderer
44
A small python application that receives IMU rotational information through the Cast API and renders the Clarius L7HD scanner.
55

66
Requirements for executing under Linux:
7-
- Install Pillow (latest PIL library) and PySide2 using pip
8-
- Copy pycast.so and libcast.so to same folder as pyimu.py (libraries found in the separate cast repository)
7+
- Install Pillow (latest PIL library) and PySide6 using pip
8+
- Copy the pyimu.py to the extracted libs folder (where pyclariuscast.so and libcast.so are placed)
99
- Ensure scanner.obj and scanner.mtl files are in the same folder as pyimu.py
10-
- Execute: LD_LIBRARY_PATH=. python3 pyimu.py
10+
- Execute: python3 pyimu.py

0 commit comments

Comments
 (0)