X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=README;h=2b4fbce2a3ce72020792fc831269b725ed5be649;hp=f3d9397aea4ed6b0ee81c8be13c107ccd9a1dc8b;hb=811b8dc97ccf12952d5ec460bb0a421ce8933326;hpb=33499c81c94c2d3baef9d3e9f061cd76ef86fa74 diff --git a/README b/README index f3d9397aea..2b4fbce2a3 100644 --- a/README +++ b/README @@ -2,12 +2,12 @@ - install virtualenv - generate environment using virtualenv: # cd $ROOT - # virtualenv env + # virtualenv --system-site-packages env # source env/bin/activate - install python requirements for this project by executing: # pip install -r requirements.txt - make sure user mentioned in topology.py has NOPASSWD sudo access to - vpe_api_test + vpp_api_test Done.