From b9a346e90f7e3d91d46f37a5a0e54260673446c5 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Mon, 11 May 2020 10:38:27 +0200 Subject: [PATCH] Improve docs --- docs/pypi.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/pypi.md b/docs/pypi.md index 3f7870ccc..1098e8e06 100644 --- a/docs/pypi.md +++ b/docs/pypi.md @@ -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