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
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 | |
# For testing https with strict encryption and prevent locust errors | |
# https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning | |
sudo apt-get install python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev | |
sudo pip install virtualenv | |
virtualenv venv |