Mom's Canning Timer — Usage¶
To install Mom's Canning Timer, you can use an executable package (Windows), run the scripts through Python (Windows, macOS, Linux), or install from the Python Package Index. To customize the program to your needs, see Configuration.
Python Source¶
- Download the latest source code release from the GitHub Releases page (or
git clonethe repository). - Download and install Python.
- From the project directory, install it:
pip install -e .. - Start the program by running
canning-timer, orpython -m moms_canning_timer. - Enjoy the program!
Python Package Index (pip)¶
- Download and install Python.
- Open a terminal and run the command:
pip install moms-canning-timer. - Start the program by running the command:
canning-timer. - Enjoy the program!