commit c337b9eb73d24ff20efc92cddee4781b7276dbff Author: Damian Johnson atagar@torproject.org Date: Wed Dec 10 08:14:58 2014 -0800
Noting test dependencies in our faq
Missing bit caught by sambuddhabasu...
https://trac.torproject.org/projects/tor/ticket/13933 --- docs/faq.rst | 1 + 1 file changed, 1 insertion(+)
diff --git a/docs/faq.rst b/docs/faq.rst index d622f42..2f5df4a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -455,6 +455,7 @@ To start hacking on Stem please do the following and don't hesitate to let me know if you get stuck or would like to discuss anything!
#. Clone our `git http://git-scm.com/`_ repository: **git clone https://git.torproject.org/stem.git** +#. Get our test depdendencies: **sudo pip install mock pep8 pyflakes**. #. Find a `bug or feature https://trac.torproject.org/projects/tor/wiki/doc/stem/bugs`_ that sounds interesting. #. When you have something that you would like to contribute back do the following...