Extracted from https://introcs.cs.princeton.edu/python/code/
Install using:
pip install https://github.com/diegocaro/introcs/archive/master.zip
If the installation fails, try adding --user
at the end:
pip install https://github.com/diegocaro/introcs/archive/master.zip --user
Python modules to support the book "Introduction to Programming with Python" by Robert Sedgewick, Kevin Wayne, and Robert Dondero.
Some code modified by Diego Caro.