Created
April 4, 2017 18:00
-
-
Save moesy/2cb97a06139eda494448734a52900362 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo apt-get install libxml2-dev libxslt1-dev | |
sudo yum install libxml2-devel libxslt-devel | |
sudo yum install gcc python-setuptools python-devel postgresql-devel | |
sudo yum install libevent-devel | |
sudo yum -y install libffi-devel openssl-devel | |
sudo pip install psycopg2 | |
sudo pip install flask_bcrypt | |
sudo pip install airflow | |
sudo pip install "airflow[postgres] | |
sudo pip install celery | |
sudo pip install flower | |
sudo pip install redis | |
sudo easy_install supervisor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment