Last active
July 25, 2019 16:52
-
-
Save arpit1997/e43443f2d1060a9015e20026b15667a6 to your computer and use it in GitHub Desktop.
Airflow setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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