We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f582f80 commit efb581fCopy full SHA for efb581f
1 file changed
README.rst
@@ -39,6 +39,17 @@ Find out more
39
.. _`Roadmap`: https://github.com/snowplow/snowplow/wiki/Python-Tracker-Roadmap
40
.. _`Contributing`: https://github.com/snowplow/snowplow/wiki/Python-Tracker-Contributing
41
42
+Contributing quickstart
43
+#######################
44
+
45
+::
46
47
+ $ git clone --recursive https://github.com/snowplow/dev-environment.git
48
+ $ cd dev-environment
49
+ $ rm -rf .git*
50
+ $ ansible-playbook /vagrant/ansible-playbooks/snowplow-python-tracker.yml --inventory-file=/home/vagrant/ansible_hosts --connection=local
51
+ $ ...
52
53
Copyright and license
54
#####################
55
0 commit comments