Skip to content

Commit 68641e9

Browse files
committed
Update setup-windows-for-development.mdx
1 parent b5e11be commit 68641e9

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/content/how-to/setup-windows-for-development.mdx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Each family caters to a certain sector of the computing industry. Active Microso
1313

1414
Windows Server or Windows Embedded Compact (Windows CE). Defunct Microsoft Windows families include Windows 9x, Windows Mobile and Windows Phone.
1515

16-
## Install basic development tools
16+
## Install Development Tools
1717

1818
This guide is written for `Windows 10` version but can be used as a starting point for older versions of Windows.
1919

20-
## [Visual Studio Code](https://code.visualstudio.com/)
20+
## [Visual Studio Code](https://code.visualstudio.com/)
2121

2222
Visual Studio Code is a lightweight but powerful source code editor that runs on your desktop and is available for Windows, MacOS and Linux.
2323

@@ -27,7 +27,7 @@ and runtimes (such as .NET and Unity).
2727
- [Visual Studio Code](https://code.visualstudio.com/) - the official page
2828
- [Visual Studio Code](https://code.visualstudio.com/docs) - documentation
2929

30-
## Install [Python](https://www.python.org)
30+
## Install [Python](https://www.python.org)
3131

3232
It is highly unlikely that your Windows system shipped with Python already installed. Fortunately,
3333
installing does not involve much more than downloading the Python installer from the python.org website and running it.
@@ -38,7 +38,7 @@ Let’s take a look at how to install Python3 on Windows:
3838
- Click on the installer that matches your operating system version 32b or 64b
3939
- Run the installer and mark the option that includes Python executable to your PATH variable (image credit: RealPython )
4040

41-
![Install Python - The Visual Installer Screen.](https://files.realpython.com/media/win-install-dialog.40e3ded144b0.png)
41+
![Install Python - The Visual Installer Screen.](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/269542703-d8aa6100-ad6e-4242-827d-ee23503987b2.jpg)
4242

4343
If the installation goes well, test the Python execution from the terminal:
4444

@@ -47,7 +47,7 @@ $ python --version
4747
Python 3.7.2
4848
```
4949

50-
## Install [Git](https://git-scm.com/downloads)
50+
## Install [Git](https://git-scm.com/downloads)
5151

5252
To install Git on Windows you will need to download the installer from the [Git](https://git-scm.com/downloads) website:
5353

@@ -69,7 +69,7 @@ For more information about Git please access:
6969
- [How to Install Git on Linux, Mac or Windows](https://www.linode.com/docs/development/version-control/how-to-install-git-on-linux-mac-and-windows/)
7070
- [Getting Started with Git](https://www.linode.com/docs/development/version-control/how-to-configure-git/)
7171
72-
## Install [Node.js](https://nodejs.org/en/)
72+
## Install [Node.js](https://nodejs.org/en/)
7373
7474
Node.js is a run-time environment that includes everything you need to execute a program written in JavaScript.
7575
It`s used for running scripts on the server to render content before it is delivered to a web browser.
@@ -83,7 +83,7 @@ Click the Windows Installer button to download the latest default version. At th
8383

8484
The Node.js installer includes the NPM package manager.
8585

86-
![NodeJs - Donwload Page.](<../../../static/assets/programming-kit-nodejs (1).jpg>)
86+
![NodeJs - Donwload Page.](https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/269542709-bd00fd1e-d194-40cb-991f-1e6b44083258.jpg)
8787

8888
Execute the installer, and choosing the default options should be enough to have a successfull installation:
8989

@@ -92,8 +92,6 @@ $ node -v
9292
$ npm -v
9393
```
9494

95-
<br />
96-
9795
## ✅ Resources
9896

9997
- 👉 Access [AppSeed](https://appseed.us/) and start your next project

0 commit comments

Comments
 (0)