Skip to content

Commit

Permalink
[AIRFLOW-XXX] Fix incorrect statement in contributing guide (apache#4104
Browse files Browse the repository at this point in the history
)
  • Loading branch information
BasPH authored and Alice Berard committed Jan 3, 2019
1 parent ae71452 commit 9772824
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ There are three ways to setup an Apache Airflow development environment.

```
# Start docker in your Airflow directory
docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e SLUGIFY_USES_TEXT_UNIDECODE=yes python:2 bash

# Go to the Airflow directory
cd /airflow/
docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e SLUGIFY_USES_TEXT_UNIDECODE=yes python:3 bash

# Install Airflow with all the required dependencies,
# including the devel which will provide the development tools
Expand Down

0 comments on commit 9772824

Please sign in to comment.