~powersj/jenkins-launchpad-plugin/skip-message-check

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Tarmac
  • Author(s): Aaron Bentley
  • Date: 2013-10-08 21:36:37 UTC
  • mfrom: (117.2.7 support-virtualenv)
  • Revision ID: tarmac-20131008213637-cwinbzvxgzkd930n
Support virtualenv.

Approved by Francis Ginther, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
To run the tests:
14
14
   * pyruntest tests
 
15
 
 
16
Virtualenv instructions:
 
17
$ sudo apt-get install python-virtualenv
 
18
$ virtualenv . --system-site-packages
 
19
$ bin/python setup.py develop
 
20
$ bzr branch lp:tarmac ../tarmac
 
21
$ jlp=$(pwd)
 
22
$ cd ../tarmac
 
23
$ $jlp/bin/python setup.py install