diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst
index e47ef67..4efc5cd 100644
--- a/doc/source/requirements.rst
+++ b/doc/source/requirements.rst
@@ -32,3 +32,17 @@ to start this Vagrant environment install Ansible on the Vagrant host.
::
$ sudo yum install -y ansible
+
+Packer
+------
+
+The installation of `Packer `__ is optional and only
+necessary to build the Vagrant base box ``centos-packstack``
+`provided on Atlas `__
+on a local system.
+
+The installation is documented in the
+`Packer documentation