QuantEcon is a high performance, open source Python code library for economics
The quantecon Python library consists of a number of modules which includes game theory (game_theory), markov chains (markov), random generation utilities (random), a collection of tools (tools), and other utilities (util) which are mainly used by developers internal to the package.
The quantecon Python library consists of a number of modules which includes game theory (game_theory), markov chains (markov), random generation utilities (random), a collection of tools (tools), and other utilities (util) which are mainly used by developers internal to the package.
To install py310-quantecon, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-quantecon
To see what files were installed by py310-quantecon, run:
port contents py310-quantecon
To later upgrade py310-quantecon, run:
sudo port selfupdate && sudo port upgrade py310-quantecon
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.