You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Installation_Reference.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
1. Install Python
1
+
# Installation Reference Guide
2
+
3
+
4
+
## 1. Install Python
2
5
3
6
Most users can go [here](https://www.python.org/downloads/) to download and install `Python 3.8`.
4
7
@@ -8,7 +11,7 @@ brew install python
8
11
```
9
12
> 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?`
10
13
11
-
2. Install Node.js
14
+
## 2. Install Node.js
12
15
13
16
Most users will go [here](https://nodejs.org/en/) to download and install `node.js`.
14
17
@@ -19,7 +22,7 @@ brew install node
19
22
```
20
23
> 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)
21
24
22
-
3. Install [Yarn](yarnpkg.com) (optional)
25
+
## 3. Install [Yarn](yarnpkg.com) (optional)
23
26
Yarn is an excellent alternative to using `npm` to install Node.js packages. Yarn caches packages so it speeds up the installs.
24
27
25
28
Assuming you have Node.js installed, you should have `npm` as well. Verify `npm` is installed by:
0 commit comments