deanmalmgren / textract

extract text from any document. no muss. no fuss.
http://textract.readthedocs.io
MIT License
3.86k stars 592 forks source link

MacOS installation is outdated #437

Open roablep opened 2 years ago

roablep commented 2 years ago

Describe the bug The mac install instructions are outdated. cask is no longer a brew command. I think you just do brew install xquartz or brew install --cask xquartz instead of brew cask install xquartz.

To Reproduce Steps to reproduce the behavior:

(.venv) (base) peter@Peters-MBP14 % brew config
HOMEBREW_VERSION: 3.5.2
ORIGIN: https://github.com/Homebrew/brew
HEAD: fba051f98f609634ae4392d0053ddfc627f8cdb3
Last commit: 3 months ago

(.venv) (base) peter@Peters-MBP14 % brew cask install xquartz
Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead.

Desktop (please complete the following information):

roablep commented 2 years ago

Although it looks like they're correct in github