Skip to content

Commit 931b157

Browse files
committed
Update setup instructions in README
1 parent e28da26 commit 931b157

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ The Source Academy (<https://sourceacademy.org/>) is an immersive online experie
2222

2323
1. Install the version of Node.js as specified in the `.node-version` file
2424

25-
1. Install Python (known working versions: `2.7`, `3.8`, `3.9`, `3.10`) – **Note: Python `3.11` does not work**
26-
2725
1. Clone this repository and navigate to it using your command line
2826

29-
1. Install the version of `yarn` as specified in `package.json`, `packageManager`. On macos, you may need to run `corepack enable`.
27+
1. Install the version of `yarn` as specified in `package.json`, `packageManager`.
28+
29+
> [!TIP]
30+
> We recommend using `corepack` to manage the version of `yarn`, you may simply run `corepack enable` to complete this step.
3031
3132
1. Run `yarn install` to install dependencies.
3233

0 commit comments

Comments
 (0)