Skip to content

Commit

Permalink
Merge pull request beeware#536 from stevelle/docs/list-format-fix
Browse files Browse the repository at this point in the history
Fix list formatting
  • Loading branch information
freakboy3742 authored May 21, 2017
2 parents 0b3ad20 + 946830d commit 0858be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/internals/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ As with the getting started guide, these instructions will assume that you
have Python 3.4+, a Java 7 or Java 8 JDK, and Apache ANT installed, and have virtualenv available for use.

**Note:** If you are on Linux, you will need to install an extra package to be able to run the test suite.
* **Ubuntu** 12.04 and 14.04: ``libpython3.4-testsuite`` This can be done by running ``apt-get install libpython3.4-testsuite``.
* **Ubuntu** 16.04 and 16.10: ``libpython3.5-testsuite`` This can be done by running ``apt-get install libpython3.5-testsuite``.
* **Ubuntu** 12.04 and 14.04: ``libpython3.4-testsuite`` This can be done by running ``apt-get install libpython3.4-testsuite``.
* **Ubuntu** 16.04 and 16.10: ``libpython3.5-testsuite`` This can be done by running ``apt-get install libpython3.5-testsuite``.

Start by forking VOC into your own Github repository; then
check out your fork to your own computer into a development directory:
Expand Down

0 comments on commit 0858be6

Please sign in to comment.