This project provides a Python package, astropy_helpers, which includes many build, installation, and documentation-related tools used by the Astropy project, but packaged separately for use by other projects that wish to leverage this work.
This project provides a Python package, astropy_helpers, which includes many build, installation, and documentation-related tools used by the Astropy project, but packaged separately for use by other projects that wish to leverage this work.
To install py310-astropy-helpers, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-astropy-helpers
To see what files were installed by py310-astropy-helpers, run:
port contents py310-astropy-helpers
To later upgrade py310-astropy-helpers, run:
sudo port selfupdate && sudo port upgrade py310-astropy-helpers
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.