mirror of https://github.com/pyodide/pyodide.git
Fix typo
This commit is contained in:
parent
db5ceca12e
commit
05cafc82dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue