edithturn commented on a change in pull request #20148:
URL: https://github.com/apache/airflow/pull/20148#discussion_r765791754



##########
File path: BREEZE.rst
##########
@@ -265,6 +265,40 @@ You should set up the autocomplete option automatically by 
running:
 
 You get the auto-completion working when you re-enter the shell.
 
+Breeze on Windows
+-----------------
+In Windows environment, you will need to use **pipx** to install Breeze2.
+
+If you are on PowerShell or CMD, use:
+
+.. code-block:: bash
+
+   pipx install -e dev\breeze
+
+If you are using Linux/Bash (POSIX) on Windows, like Git Bash use:
+
+.. code-block:: bash
+
+   pipx install -e dev/breeze

Review comment:
       Yes, they learned. `/` works for PowerShell, cmd, and Git Bash. Thank 
you I will fix it.




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