From 5ea76ce5e1922abe33cd748f19c9a05e0a586a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Armando=20Garc=C3=ADa=20Sancio?= Date: Tue, 28 Mar 2017 16:22:45 -0700 Subject: [PATCH] README: update cryptography install instructions (#955) --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) 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/