This commit is contained in:
Roman Yurchak 2020-05-09 02:07:39 +02:00
parent db5ceca12e
commit 05cafc82dd
1 changed files with 1 additions and 1 deletions

View File

@ -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