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
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,10 @@ to run MAC for pose graph sparsification and compute SLAM solutions. Several plo
99
99
100
100
### Baseline methods
101
101
102
-
The GreedyESP (Khosoussi et al. 2019) baseline requires scikit-sparse, which in turn requires SuiteSparse. On a Mac, this can be installed with:
102
+
The GreedyESP (Khosoussi et al. 2019) baseline requires scikit-sparse, which in turn requires SuiteSparse. You can install SuiteSparse and scikit-sparse as follows, depending on your operating system:
103
+
104
+
#### MacOS installation
105
+
On a Mac, you can install SuiteSparse via `brew` by running:
103
106
```bash
104
107
brew install suite-sparse
105
108
```
@@ -109,6 +112,14 @@ You then need to explicitly provide the path to suite-sparse in your call to pip
You may also be able to install `scikit-sparse` entirely over `conda`. See these [instructions](https://scikit-sparse.readthedocs.io/en/latest/overview.html#installation) for more details.
0 commit comments