added swig to list of dependencies to install in CONTRIBUTING.rst

This commit is contained in:
Ada Lovelace 2015-03-20 12:39:07 -07:00
parent afd7db3a69
commit fb12b715bd

View file

@ -4,10 +4,14 @@ Hacking
=======
In order to start hacking, you will first have to create a development
environment:
environment. Start by installing the required system packages:
::
sudo apt-get install python-2.7 python-pip swig
Now you can install the development packages in your virtualenv:
::
./venv/bin/python setup.py dev
The code base, including your pull requests, **must** have 100% test statement