You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,27 @@
2
2
3
3
This is a minimal CMake project that shows how to use [Rerun](https://github.com/rerun-io/rerun) in your code in conjunction with [Eigen](https://eigen.tuxfamily.org/) and [OpenCV](https://opencv.org/).
4
4
5
-
## Depedencies
5
+
## How to build and run
6
6
7
-
TODO
7
+
### Using `pixi`
8
+
The easiest way to get started is to install [pixi](https://prefix.dev/docs/pixi/overview) and then run: `pixi run run`.
0 commit comments