How to Install#
Prerequisites#
Assuming that Python is installed already, you can install Timer with either of the following package managers: PyPI or Homebrew.
PyPI#
For PyPI, execute this command in the terminal:
pip install timer-for-python
Keep the package up to date with this command:
pip install --upgrade timer-for-python
Homebrew#
If you already have installed the Homebrew package manager for Mac and Linux, execute this terminal command to tap and install Timer:
brew tap jakob-bagterp/timer-for-python
brew install timer-for-python
Use the same commands to keep the package up to date with Homebrew.