diff --git a/README.rst b/README.rst index cda9326..2e00a9c 100644 --- a/README.rst +++ b/README.rst @@ -34,6 +34,10 @@ Development Dependencies #. python_ version 3.5.x must be installed. +#. If :code:`make env` fails you may be missing required dependencies for + cryptography. See here_ for more information or use our dockerfile that + builds with all necessary dependencies. + #. virtualenv_ must be installed and on the system path in order to install legacy subcommands. New subcommands are packaged as platform specific executable or platform specific Zip archives. @@ -191,3 +195,4 @@ These packages are available to be installed by the DC/OS CLI installation scrip .. _virtualenv: https://virtualenv.pypa.io/en/latest/ .. _win_bash: https://sourceforge.net/projects/win-bash/files/shell-complete/latest .. _python: https://www.python.org/ +.. _here: https://cryptography.io/en/latest/installation/