Skip to content

Instantly share code, notes, and snippets.

View Cliffe16's full-sized avatar

Cliffe Oluoch Cliffe16

View GitHub Profile
@Cliffe16
Cliffe16 / setting_up_airflow_3+.md
Created May 1, 2026 21:32
Airflow Installation Guide

Setting up Airflow 3.0+

How to set up and install apache airflow 3.*

1. Create Airflow directory

# Create directory
mkdir -p ~/airflow
# Move to directory
cd ~/airflow