From 8f7183de19ae9548d0982d8a639bc4acefb3ebd4 Mon Sep 17 00:00:00 2001 From: Tsui Yik Ching Date: Thu, 2 Dec 2021 14:13:01 +0000 Subject: [PATCH] Mention version requirements of CPython and purescript See GH #37 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcb701b..21f390f 100644 --- a/README.md +++ b/README.md @@ -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