Doc: clarify requirements.txt in world api.md

This commit is contained in:
black-sliver 2022-09-20 09:09:13 +02:00
parent 267d9234e5
commit a95d0ce9ef
1 changed files with 4 additions and 2 deletions

View File

@ -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