Skip to content

Commit

Permalink
Make note about setting up Ubuntu Dev Environment (beeware#138)
Browse files Browse the repository at this point in the history
In Ubuntu, you need to install `libpython3.4-testsuite` to be able to run the test suite. Without it, running the tests will just fail.
  • Loading branch information
gopar authored and freakboy3742 committed Jun 2, 2016
1 parent a7c5218 commit d912116
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/internals/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Github fork .
As with the getting started guide, these instructions will assume that you
have Python3, a Java 7 or Java 8 JDK, and Apache ANT installed, and have virtualenv available for use.

**Note:** If you are on Ubuntu, you will need to install ``libpython3.4-testsuite`` to be able to run the test suite.
This can be done by running ``apt-get install libpython3.4-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 d912116

Please sign in to comment.