Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
If you're already a user of CPython, you can skip this step.

Otherwise, go to [this official download](https://www.python.org/downloads/) page,
download and install any valid distribution(`>=3.5`).
download and install any valid distribution(`>=3.5`, **<=3.8**).


1. Install [nodejs](https://nodejs.org/en/), which is distributed with a command `npm`, and use `npm` to install `purescript` and its package manager `spago`:
1. Install [nodejs](https://nodejs.org/en/), which is distributed with a command `npm`, and use `npm` to install `purescript` and its package manager `spago`. The latest version of the purescript compiler that is supported is **0.13.8**:
```bash
npm install -g purescript
npm install -g spago
Expand Down