Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 402 Bytes

GettingStartedUsingMacPorts.md

File metadata and controls

14 lines (10 loc) · 402 Bytes

Install CLI tools using MacPorts

  1. Install MacPorts
  2. Install required CLI tools with the following commands:
sudo port install autoconf automake libtool python311 py311-pip \
          py311-yaml wget bison cmake gawk saxon antiword wv libxslt \
          poppler tidy subversion

sudo port select --set pip3 pip311

sudo port select --set python3 python311