~nskaggs/help-app/functional-test-template

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Daniel Holbach
  • Date: 2015-05-12 11:46:04 UTC
  • mto: This revision was merged to the branch mainline in revision 135.
  • Revision ID: daniel.holbach@canonical.com-20150512114604-ybivd6kus97j02z0
document missing imports for python2

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
  sudo apt install python-pelican po4a make bzrtools \
88
88
        ubuntu-html5-ui-toolkit python3-polib python3-magic \
89
 
        python3-markdown pep8 pyflakes
 
89
        python3-markdown pep8 pyflakes python-magic python-polib
90
90
 
91
91
This will install the necessary files, so you can build the app or web build
92
92
locally and check if your changes actually make sense and look and work well.