Can I install Tempest on Vmware
Can I install Tempest in a virtual environment
First time here? Check out the FAQ!
Can I install Tempest in a virtual environment
Yes,
Create the virtual environment: $ virtualenv .venv or $ python3 -m venv .venv Clone tempest $ git clone git@github.com:openstack/tempest.git Install tempest via pip $ source .venv/bin/activate $ cd tempest $ pip install ./ Verify it is working $ tempest --help
Asked: 2016-08-18 10:29:00 -0600
Seen: 182 times
Last updated: Mar 23 '17