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