Skip to content

Commit 1cb3a43

Browse files
committed
Fix readme headers
Change-Id: I8a13671953c3c26c55fa780e705ae3d9b7463442
1 parent dc0b987 commit 1cb3a43

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/Readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### Clean Windows Server 2016 /2019 or Windows 10 install with latest updates
44

5-
#### Python installed and added to path (with pip installed).
5+
#### Python installed and added to path (with pip installed) if PythonOrigin is set to AlreadyInstalled.
66
Download link: https://www.python.org/ftp/python/3.7.7/python-3.7.7-amd64.exe
77

88
#### Visual Studio 2015 Community installed, with the following components:
@@ -13,15 +13,15 @@
1313
If you prefer to not build pywin32, Visual Studio 2017 / 2019 can be used too.
1414
Reboot after VS installation is complete.
1515

16-
### To build Python from source, Visual Studio 2017 Community installed with the following components:
16+
#### To build Python from source, Visual Studio 2017 Community installed with the following components:
1717
- VC++ 2017 v141
1818
- Windows 10 SDK (10.0.14393.0). This version supports Python 3.8 build too.
1919

2020
#### All the Python packages will be built and installed using pip flags: "--no-binary :all:"
2121

22-
## The full build of cloudbase-init (and dependencies) using Embedded Python takes around 10 minutes.
22+
#### The full build of cloudbase-init (and dependencies) using Embedded Python takes around 10 minutes.
2323

24-
## The full build of cloudbase-init (and dependencies) using Python from source takes around 20 minutes.
24+
#### The full build of cloudbase-init (and dependencies) using Python from source takes around 20 minutes.
2525

2626
#### How to run:
2727

@@ -51,4 +51,4 @@
5151
- Build and install PyWin32 from sources
5252
- Build and install PyMI from sources
5353
- Build, install and create Cloudbase-Init binary from sources
54-
- If CleanBuildArtifacts is set adn PythonOrigin is Embedded or FromSource, cleanup the .pdb, .pyc, header files.
54+
- If CleanBuildArtifacts is set and PythonOrigin is Embedded or FromSource, cleanup the .pdb, .pyc, header files.

0 commit comments

Comments
 (0)