Python Package for https://networks.quantecon.org (Economic Networks)
DEPS: Add POTS as a dependency to support the lectures and enable automatic installation of dependencies
This is the first v1
release to support the publication of the book
This package uses flit to build and publish updates to PyPI
To update the package:
- Make the necessary updates to
main
(via PR or push) - Use
flit install
to install it for local testing - To publish use
flit publish
⚠️ You will need to have mantainer priviledges on PyPI forquantecon_book_networks
package.
The configuration for flit
is found in pyproject.toml