Skip to content

Instantly share code, notes, and snippets.

@arpit1997
Last active July 25, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arpit1997/e43443f2d1060a9015e20026b15667a6 to your computer and use it in GitHub Desktop.
Save arpit1997/e43443f2d1060a9015e20026b15667a6 to your computer and use it in GitHub Desktop.
Airflow setup
# Create a virtual environment and activate it
virtualenv -p python3 xplenty_venv
source xplenty_venv/bin/activate
# Install Airflow and XPlenty Python Client
pip install apache-airflow==1.10.3 xplenty requests slackclient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment