Wednesday, May 17, 2017

Getting Behave working on Ubuntu

Run the following commands to install behave on ubuntu:
sudo apt-get update
sudo apt-get install python-dev python-pip
sudo pip install --upgrade pip 
sudo pip install behave

No comments:

Post a Comment