talmolab / sleap

A deep learning framework for multi-animal pose tracking.
https://sleap.ai
Other
435 stars 97 forks source link

Simplify Mac install dependencies #1379

Closed talmo closed 1 year ago

talmo commented 1 year ago

Right now we use wget to download mambaforge, but this doesn't come natively in OS X, requiring brew to install, which in turn requires Xcode.

Altogether it's a 5 step install (Xcode, brew, wget, mamba, sleep) as opposed to 2 steps on other OSes. It also requires 2 terminal restarts, which is super confusing for users who never use it.

I think curl might be bundled with OS X, so if mamba works without Xcode, this would drastically reduce the complexity of installation on Macs.

roomrys commented 1 year ago

We updated the docs for the apple silicon in 1.3.2 (which we had resources to test the command), but kept the command as is for Pre-M1 macs.