Contribute to projects using git-based hosting service: Prepare to work using a git-based hosting service. For each project you want to work on: work on a project. Prepare to work using a git-based hosting service. Install git. Configure git.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## Install needed dependencies for MouseTrap development. | |
## Need to update before we install. | |
sudo yum -y update gnome-common glib2-devel intltool python-devel opencv-python python-xlib | |
## Now we can install. | |
sudo yum -y install gnome-common glib2-devel intltool python-devel opencv-python python-xlib | |
## Clone mousetrap and the current development branch. |