Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ismail0234/0cde617ee910562d9864a04850ade666 to your computer and use it in GitHub Desktop.
Save ismail0234/0cde617ee910562d9864a04850ade666 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment