mirror of https://github.com/pyodide/pyodide.git
DOC Fix typo in packages path [skip ci] (#2146)
This commit is contained in:
parent
597857fb23
commit
33ab51a4ed
|
@ -50,7 +50,7 @@ tool with `pip install -e pyodide-build`, then run:
|
|||
|
||||
`pyodide-build mkpkg <package-name>`
|
||||
|
||||
This will generate a `meta.yaml` under `package/<package-name>/` (see
|
||||
This will generate a `meta.yaml` under `packages/<package-name>/` (see
|
||||
{ref}`meta-yaml-spec`) that should work out of the box for many simple Python
|
||||
packages. This tool will populate the latest version, download link and sha256
|
||||
hash by querying PyPI. It doesn't currently handle package dependencies, so you
|
||||
|
|
Loading…
Reference in New Issue