Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LOCAL_VIRTUALENV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Homebrew for macOS to install required software packages:
* Python (One of: 3.8, 3.9, 3.10, 3.11)
* MySQL 5.7+
* libxml
* helm (only for helm chart tests)

Refer to the `Dockerfile.ci <Dockerfile.ci>`__ for a comprehensive list
of required packages.
Expand All @@ -62,6 +63,7 @@ of required packages.

- 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
- The helm chart tests need helm to be installed as a pre requisite. Refer `here <https://helm.sh/docs/intro/install/>`_ to install and setup helm

Extra Packages
--------------
Expand Down