Installation

Automatic Install

To install the sigfig module, simply run this command in your terminal of choice:

$ pip install sigfig

If you don’t have pip installed, the pip install page can guide you through the process. However if your version of Python doesn’t come with pip consider updating your Python to the latest version.

Manual Install

Alternatively, you can download sigfig.py and extract it to either your Python Scripts directory or the same directory as the file from which you’re using sigfig. You will need to do the same for the sortedcontainers module - a dependency for this project.