~canonical-ci-engineering/core-selftest-agent/trunk

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Paul Larson
  • Date: 2015-05-20 22:00:00 UTC
  • Revision ID: paul.larson@canonical.com-20150520220000-4oqiq1sbq84bmzq8
mp cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
Build and activate a virtualenv with python3::
21
21
 
22
 
  $ virtualenv -p python3 --system-site-packages ve
 
22
  $ virtualenv -p python3 ve
23
23
  $ . ve/bin/activate
24
24
 
25
25
Install dependencies from pypi::
26
26
 
27
27
  $ pip install -r requirements.txt
28
28
 
29
 
...and install bzr, which is needed to get the test branch::
30
 
 
31
 
  $ sudo apt-get install  bzr
32
 
 
33
29
Install the service itself::
34
30
 
35
31
  $ python setup.py install