Python mac配置wkhtmltopdf

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
    and press enter/return key.
    If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
  3. Run:
    brew cask install wkhtmltopdf

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2022-02-19
  • 2021-10-28
  • 2022-12-23
  • 2022-01-07
  • 2021-06-20
猜你喜欢
  • 2021-12-05
  • 2021-06-18
  • 2021-04-07
  • 2021-08-01
  • 2021-10-05
  • 2021-06-04
  • 2021-11-22
相关资源
相似解决方案