From 05cafc82dd339e7c9d0396f798dc079bea47e048 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Sat, 9 May 2020 02:07:39 +0200 Subject: [PATCH] Fix typo --- docs/building_from_sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building_from_sources.md b/docs/building_from_sources.md index 45bdc71b6..3a71a2ea0 100644 --- a/docs/building_from_sources.md +++ b/docs/building_from_sources.md @@ -15,7 +15,7 @@ PYODIDE_PACKAGES="toolz,attrs" make ``` Note that this environment variables must contain both the packages and their -dependencies. The package names must much the folder names in `packages/` +dependencies. The package names must match the folder names in `packages/` exactly; in particular they are case sensitive. To build a minimal version of pyodide, set `PYODIDE_PACKAGES="micropip"`. The