File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,16 +12,20 @@ Before you start, :ref:`get the Deis source <get_the_source>` and change directo
1212while following this documentation.
1313
1414
15- Install Python and Azure SDK for Python
16- ---------------------------------------
15+ Install Tools
16+ -------------
17+
18+ The cluster creation tool uses a Python script to generate a configuration file.
19+ This script uses PyYAML, a Python library, to do its work.
1720
18- The cluster creation tool uses Python and the Python Azure library to create a CoreOS cluster.
1921If you haven't already, install these on your development machine:
2022
2123.. code-block :: console
2224
2325 $ brew install python
24- $ sudo pip install azure pyyaml
26+ $ sudo pip install pyyaml
27+
28+ Additionally, we'll also need to install the `Azure CLI `_ from Microsoft.
2529
2630Create CoreOS Cluster
2731---------------------
@@ -95,6 +99,7 @@ Install Deis Platform
9599Now that you've finished provisioning a cluster, please refer to :ref: `install_deis_platform ` to
96100start installing the platform.
97101
98- .. _`Azure Resource Manager` : https://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/
102+ .. _`Azure CLI` : https://azure.microsoft.com/en-us/documentation/articles/xplat-cli-install/
103+ .. _`Azure Resource Manager` : https://azure.microsoft.com/en-us/documentation/articles/resource-manager-deployment-model/
99104.. _`contrib/azure` : https://github.com/deis/deis/tree/master/contrib/azure
100105.. _`organizational account` : http://www.brucebnews.com/2013/04/the-difference-between-a-microsoft-account-and-an-office-365-account/
You can’t perform that action at this time.
0 commit comments