diff --git a/README.md b/README.md
index ed694a3..ac25a7b 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
+
@@ -56,6 +57,12 @@ Boltons can be added to a project in a few ways. There's the obvious one:
```bash
pip install boltons
```
+On macOS, it can also be installed via [MacPorts](https://ports.macports.org/port/py-boltons/summary):
+
+```bash
+sudo port install py-boltons
+```
+
Then, [thanks to PyPI][boltons_pypi], dozens of boltons are just an import away:
diff --git a/docs/index.rst b/docs/index.rst
index ed972af..ca1c9a5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -53,6 +53,10 @@ Boltons can be added to a project in a few ways. There's the obvious one::
pip install boltons
+On macOS, it can also be installed via `MacPorts`_::
+
+ sudo port install py-boltons
+
Then dozens of boltons are just an import away::
from boltons.cacheutils import LRU
@@ -66,6 +70,8 @@ details.
Boltons is tested against Python 2.6-2.7, 3.4-3.7, and PyPy.
+.. _MacPorts: https://ports.macports.org/port/py-boltons/summary
+
Third-party packages
--------------------