hamad-tariq commented on code in PR #37727: URL: https://github.com/apache/airflow/pull/37727#discussion_r1508225764
########## README.md: ########## @@ -180,15 +180,13 @@ them to the appropriate format and workflow that your tool requires. ```bash -pip install 'apache-airflow==2.8.2' \ - --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.2/constraints-3.8.txt" +pip install 'apache-airflow==2.8.2' --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.8.2/constraints-3.8.txt" Review Comment: As per my experience, I had tried the existing command multiple times with the ``` \ ``` but it only worked when I removed the ``` \ ``` . So I decided to correct it up for others so that they can directly use the given command on the Windows CLI and not run with any errors as I did. However, It'll be great if we can add both the commands with clear instructions of when to use which one of them so that if someone faces an error or problem they have the can find a solution right away with in the official documentation. -- 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]
