Skip to content

Commit 42fb2fc

Browse files
Update installation guide
1 parent 13f5c69 commit 42fb2fc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Installation_Reference.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
1. Install Python
1+
# Installation Reference Guide
2+
3+
4+
## 1. Install Python
25

36
Most users can go [here](https://www.python.org/downloads/) to download and install `Python 3.8`.
47

@@ -8,7 +11,7 @@ brew install python
811
```
912
> This will download the most recent python release. This series should be well supported in the future but if you need Python 3.8 go [here](https://www.python.org/downloads/) and find the section titled `Looking for a specific release?`
1013
11-
2. Install Node.js
14+
## 2. Install Node.js
1215

1316
Most users will go [here](https://nodejs.org/en/) to download and install `node.js`.
1417

@@ -19,7 +22,7 @@ brew install node
1922
```
2023
> This will download the most recent Node.js release. If you need another version of node here go [here](https://nodejs.org/en/) or consider using the [Node Version Manager (nvm)](https://github.com/nvm-sh/nvm)
2124
22-
3. Install [Yarn](yarnpkg.com) (optional)
25+
## 3. Install [Yarn](yarnpkg.com) (optional)
2326
Yarn is an excellent alternative to using `npm` to install Node.js packages. Yarn caches packages so it speeds up the installs.
2427

2528
Assuming you have Node.js installed, you should have `npm` as well. Verify `npm` is installed by:

0 commit comments

Comments
 (0)