mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
DOC: add certifi to get proper https support.
This commit is contained in:
parent
bc0cbb7447
commit
6847e054d8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user