Installation & Usage Guide#

Installation#

To install chrispytools, use the following command:

pip install chrispytools

Dependencies#

The following dependencies are automatically installed with chrispytools:

  • Python Standard Libraries: sys, os, io, math, typing, logging

  • External Libraries:
    • matplotlib - for rendering plots

    • numpy - for math

Usage#