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



##########
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
+
+Breeze2, is not globally accessible until your **PATH** is updated. This will 
add ``<USER FOLDER>\.local\bin`` as a variable environments.
+
+.. code-block:: bash
+
+   pix ensurepath

Review comment:
       ```suggestion
      pipx ensurepath
   ```




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