mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
added swig to list of dependencies to install in CONTRIBUTING.rst
This commit is contained in:
parent
afd7db3a69
commit
fb12b715bd
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue