turbaszek commented on a change in pull request #7730: [AIRFLOW-7067] Pinned version of Apache Airflow URL: https://github.com/apache/airflow/pull/7730#discussion_r396076732
########## File path: INSTALL ########## @@ -1,7 +1,20 @@ # INSTALL / BUILD instructions for Apache Airflow -# [required] fetch the tarball and untar the source -# change into the directory that was untarred. +This ia a generic installation method that requires a number of dependencies to be installed. + +Depending on your system you might need different prerequisites, but the following +systems/prerequisites are known to work: + +Linux (Debian Buster and Linux Mint Tricia): + +sudo apt install build-essentials python3.6-dev python3.7-dev python-dev openssl \ + sqlite sqlite-dev default-libmysqlclient-dev libmysqld-dev postgresq + +MacOS (Mojave/Catalina): + +brew install sqlite mysql postgresql + +# [required] fetch the tarball and untar the source chnge into the directory that was untarred. Review comment: ```suggestion # [required] fetch the tarball and untar the source, move into the directory that was untarred. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
