Skip to content

Instantly share code, notes, and snippets.

View rberg32's full-sized avatar

Rick Berg rberg32

View GitHub Profile
@heyman
heyman / gist:95ee0df663b2d4b9d6fb
Last active October 30, 2019 18:47
Installing Locust on Ubuntu 14.04
sudo apt-get update
sudo apt-get install -y python-pip
sudo apt-get install -y python-dev
sudo apt-get install -y libzmq-dev
sudo pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install locustio
pip install pyzmq