This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 41954fe194 Improving LOCAL_VIRTUALENV.rst for ease of local venv setup 
(#32372)
41954fe194 is described below

commit 41954fe194afcd316153ae18f9e7448af4a7f368
Author: Amogh Desai <[email protected]>
AuthorDate: Wed Jul 5 17:14:46 2023 +0530

    Improving LOCAL_VIRTUALENV.rst for ease of local venv setup (#32372)
    
    Co-authored-by: Amogh Desai <[email protected]>
---
 LOCAL_VIRTUALENV.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index 987a0df4bf..1f541270ec 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -58,12 +58,18 @@ Homebrew for macOS to install required software packages:
 Refer to the `Dockerfile.ci <Dockerfile.ci>`__ for a comprehensive list
 of required packages.
 
+.. note::
+
+   - MySql 2.2.0 needs pkgconf to be a pre requisite, refer `here 
<http://pkgconf.org/>`_ to install pkgconf
+   - MacOs with ARM architectures require graphviz for venv setup, refer `here 
<https://graphviz.org/download/>`_ to install graphviz
+
 Extra Packages
 --------------
 
 .. note::
 
    Only ``pip`` installation is currently officially supported.
+   Make sure you have the latest pip installed, reference `version 
<https://pip.pypa.io/en/stable/#>`_
 
    While there are some successes with using other tools like `poetry 
<https://python-poetry.org/>`_ or
    `pip-tools <https://pypi.org/project/pip-tools/>`_, they do not share the 
same workflow as

Reply via email to