~dpb/charms/trusty/apache2/avoid-regen-cert

« back to all changes in this revision

Viewing changes to README.md

  • Committer: David Britton
  • Date: 2014-06-20 21:27:04 UTC
  • Revision ID: dpb@canonical.com-20140620212704-wfxj4sykxjwta0br
port avoid-regen-cert to trusty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    sudo apt-get install python-software-properties
18
18
    sudo add-apt-repository ppa:chrisjohnston/flake8
19
19
    sudo apt-get update
20
 
    sudo apt-get install flake8 python-nose python-coverage python-testtools
 
20
    sudo apt-get install python-flake8 python-nose python-coverage \
 
21
                         python-testtools python-pyasn1 python-pyasn1-modules
21
22
 
22
23
To fetch additional source dependencies and run the tests:
23
24