Set up a Python 2.7 virtualenv with pip.
$ # create a virtualenv and activate it
$ pip install -r requirements.txt
This installs the dependencies for rootfetch
, and installs rootfetch from the
local directory.
Contributions to rootfetch are welcome from everyone.
Contributions to rootfetch should be made in the form of GitHub pull requests. Each pull request will be reviewed by a ZMap team core contributor (someone with permission to land patches) and either landed in the main tree or given feedback for changes that would be required. To make your pull request simple, please rebase your changes into a single commit, and roughly follow standard git commit formatting guidelines. Your text editor can help you with this.
When merging a pull request, squash it onto master. Use a short subject referencing the PR number, and then ensure the body message is formatted according to the above standards.