weblate/docs/admin/install/venv-macos.rst
Michal Čihař 94133bb090 refactor(fonts): render bitmaps with Matplotlib
Replace the fragile Pango and Cairo stack with a thread-safe Matplotlib renderer while preserving Unicode wrapping, RTL fallback, and accurate widget sizing.

Fixes #18118
2026-07-16 14:39:53 +02:00

35 lines
734 B
ReStructuredText
Vendored

Installing on macOS
===================
.. include:: steps/hw.rst
.. include:: steps/install-system-devel.rst
.. code-block:: sh
brew install python libyaml pkgconf zstd lz4 xxhash libxmlsec1 uv
.. include:: steps/install-system-server.rst
.. code-block:: sh
# Web server option 1: NGINX and uWSGI
brew install nginx uwsgi
# Web server option 2: Apache with ``mod_wsgi``
brew install httpd
# Caching backend: Valkey
brew install valkey
# Database server: PostgreSQL
brew install postgresql
# Gettext tools for gettext POT/PO update add-ons
brew install gettext
.. include:: steps/install-python.rst
.. include:: steps/install-configure.rst
.. include:: steps/install-after.rst