torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

Update install-deps, remove old brew cask command #302

Open michalkordyzon opened 2 years ago

michalkordyzon commented 2 years ago

I have made this change: brew cask install xquartz --> brew install --cask xquartz to avoid installation error on macOS: Error: "brew cask" is no longer a "brew" command. Use "brew <command> --cask" instead.

The issue was here: https://github.com/torch/torch7/issues/1234