This project is a small collection of utilities for building Python applications. It includes some of the same set of utilities used to build and run internal Python apps at Google.
This project is a small collection of utilities for building Python applications. It includes some of the same set of utilities used to build and run internal Python apps at Google.
To install py27-google-apputils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-google-apputils
To see what files were installed by py27-google-apputils, run:
port contents py27-google-apputils
To later upgrade py27-google-apputils, run:
sudo port selfupdate && sudo port upgrade py27-google-apputils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.