ephraimbuddy commented on a change in pull request #19042:
URL: https://github.com/apache/airflow/pull/19042#discussion_r732839779



##########
File path: INSTALL
##########
@@ -7,8 +7,8 @@ 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
+sudo apt install openssl \
+                 sqlite default-libmysqlclient-dev libmysqld-dev postgresql

Review comment:
       Sorry, I meant `libmysqld-dev` instead of `libmysqlclient-dev`.
   
   The change should be:
   ```
   sudo apt install build-essential python3-dev libsqlite3-dev openssl \
                    sqlite default-libmysqlclient-dev libmysqlclient-dev 
postgresql
   ```




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to