README: update cryptography install instructions (#955)

This commit is contained in:
José Armando García Sancio
2017-03-28 16:22:45 -07:00
committed by tamarrow
parent 8971ccdb08
commit 5ea76ce5e1

View File

@@ -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/