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
6 changes: 6 additions & 0 deletions LOCAL_VIRTUALENV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down