the correct working or a smooth ride.
+.. _install-grid:
+
+What to install?
+----------------
+
+There are a few different options to install Psycopg 3. This is a quick
+summary of their differences; follow the links for more details.
+
+.. list-table::
+ :header-rows: 1
+
+ * - Installation Option
+ - Command
+ - Description
+ - Performance
+ - Needs Local libpq?
+ - Needs Build Tools?
+
+ * - :ref:`binary-installation` (recommended for most users)
+ - ``pip install psycopg[binary]``
+ - Precompiled C extensions, packaged with client lbiraries.
+ - 🐇 Fast
+ - ❌ No
+ - ❌ No
+
+ * - :ref:`local-installation`
+ - ``pip install psycopg[c]``
+ - Builds C extensions from source.
+ Requires build tools and client libraries.
+ - 🐇 Fast
+ - ✅ Yes
+ - ✅ Yes
+
+ * - :ref:`pure-python-installation`
+ - ``pip install psycopg``
+ - Pure Python implementation only. Requires client libraries.
+ - 🐢 Slow
+ - ✅ Yes
+ - ❌ No
+
+
.. _binary-installation:
Binary installation
disallow_untyped_calls = false
[tool.codespell]
-ignore-words-list = "alot,ans,ba,fo,te,erro,varning"
+ignore-words-list = "alot,ans,ba,fo,te,erro,varning,perfor"
skip = "build,_build,.tox,.mypy_cache,.venv,pq.c,_psycopg.c,*.html"
[tool.isort]