Repository: incubator-airflow Updated Branches: refs/heads/master 7f653dea5 -> 72ce0be96
[AIRFLOW-309] Add requirements of develop dependencies to docs Closes #1647 from oza/AIRFLOW-309 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/72ce0be9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/72ce0be9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/72ce0be9 Branch: refs/heads/master Commit: 72ce0be96cb06b63f056f86edbaaa18d1f680d60 Parents: 7f653de Author: Tsuyoshi Ozawa <oz...@apache.org> Authored: Wed Jul 6 10:37:28 2016 +0200 Committer: Bolke de Bruin <bo...@xs4all.nl> Committed: Wed Jul 6 10:37:33 2016 +0200 ---------------------------------------------------------------------- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/72ce0be9/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8fc4668..a8d1dd8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,12 +75,15 @@ the `doc` extra. In that case you can generate the doc by running: ### Setting up a development environment -It is usually best to work in a virtualenv. Install development requirements: +Please install python(2.7.x or 3.4.x), mysql, and libxml by using system-level package +managers like yum, apt-get for Linux, or homebrew for Mac OS at first. +It is usually best to work in a virtualenv and tox. Install development requirements: cd $AIRFLOW_HOME virtualenv env source env/bin/activate pip install -e .[devel] + tox Feel free to customize based on the extras available in [setup.py](./setup.py)