Skip to content

Commit

Permalink
airflow installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored May 16, 2021
1 parent 311d9f0 commit c62f4b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ Combination of Dags, Operators, Tasks, TaskInstances

## installation
### [Airflow install on python virtualenv]
!!! python 3.6

```sh
# create python virtual env
python3 -m venv airflow-env
Expand All @@ -87,7 +85,7 @@ export AIRFLOW_HOME=`pwd`/airflow
# install workflow
AIRFLOW_VERSION=2.0.1
PYTHON_VERSION=3.7
PYTHON_VERSION=3.8
pip install apache-airflow --constraint https://raw.githubusercontent.com/apache/airflow/constraints-$AIRFLOW_VERSION/constraints-$PYTHON_VERSION.txt
```

Expand Down

0 comments on commit c62f4b0

Please sign in to comment.