From a95d0ce9ef08fcbdec04ba2a53b25b1a70135c89 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Tue, 20 Sep 2022 09:09:13 +0200 Subject: [PATCH] Doc: clarify requirements.txt in world api.md --- docs/world api.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/world api.md b/docs/world api.md index 5c83ae42..514cd9ac 100644 --- a/docs/world api.md +++ b/docs/world api.md @@ -195,8 +195,10 @@ AP will pick up your world automatically due to the `AutoWorld` implementation. ### Requirements If your world needs specific python packages, they can be listed in -`world/[world_name]/requirements.txt`. -See [pip documentation](https://pip.pypa.io/en/stable/cli/pip_install/#requirements-file-format) +`world/[world_name]/requirements.txt`. ModuleUpdate.py will automatically +pick up and install them. + +See [pip documentation](https://pip.pypa.io/en/stable/cli/pip_install/#requirements-file-format). ### Relative Imports