Python dependency management and packaging made easy.
Poetry: Dependency Management for Python. Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
Poetry: Dependency Management for Python. Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
To install poetry, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install poetry
To see what files were installed by poetry, run:
port contents poetry
To later upgrade poetry, run:
sudo port selfupdate && sudo port upgrade poetry
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.