Created
December 16, 2014 19:26
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
# 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