Improve docs

This commit is contained in:
Roman Yurchak 2020-05-11 10:38:27 +02:00
parent 467f08203e
commit b9a346e90f
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ convention](https://www.python.org/dev/peps/pep-0427/#file-format), which will
be the case if the wheels is made using standard python tools (`pip wheel`,
`setup.py bdist_wheel`).
All required dependencies need also to be previously installed with `micropip`
or `pyodide.loadPackage`.
The remote server must set Cross-Origin Resource Sharing (CORS) headers to
allow access. Otherwise, you can prepend a CORS proxy to the URL. Note however
that using third-party CORS proxies has security implications, particularly