Skip to content

Instantly share code, notes, and snippets.

@batkinson
Created December 16, 2014 19:26
Show Gist options
  • Save batkinson/ba8dad51fe375344a55c to your computer and use it in GitHub Desktop.
Save batkinson/ba8dad51fe375344a55c to your computer and use it in GitHub Desktop.
# Clone the project from github
git clone https://github.com/batkinson/colbertix.git
# Change directory to the project and change to the chromium branch
cd colbertix/
git checkout chromium
# Install the python package requirements
sudo pip install -r requirements.txt
# Run the automated test suite
xvfb-run nosetests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment