DOC: add certifi to get proper https support.

This commit is contained in:
David Cournapeau 2015-02-04 09:59:22 +00:00
parent bc0cbb7447
commit 6847e054d8

View File

@ -263,14 +263,20 @@ Setting up a Windows build environment
pip install esky
24. Install Salt
24. Install certifi
.. code-block:: bash
pip install certifi
25. Install Salt
.. code-block:: bash
cd salt
python setup.py install
25. Build a frozen binary distribution of Salt
26. Build a frozen binary distribution of Salt
.. code-block:: bash