safi50 opened a new issue, #142: URL: https://github.com/apache/age-website/issues/142
To install requirements for building the documentation locally , the documentation gives steps to follow but the command ``` sudo apt install python3 virtualenv texlive-latex-base texlive-latex-extra texlive-extra-utils``` returns an error on MacOS. It is because ``` apt ``` is not available in Mac OS. However, there is no mention of the OS requirement for running the above command in the README.md file. The solution is to use a Package manager like **Homebrew** to install the relevant packages for Mac OS. I ran the following commands to install the requirements. ``` brew install python3 virtualenv brew install --cask mactex-no-gui ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
