OSX Convert Video to GIF on Mac OS Install HomeBrew Using the terminal, run the following command. /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" By Ronie Martinez 24 Apr 2020
Python How to Test Your Python Code in OSX using Travis CI Since OSX does not natively support Python, you can customize it using a Job Matrix, matrix or jobs. The following contains examples from Python 3. By Ronie Martinez 14 Apr 2020