Doc: clarify requirements.txt in world api.md
This commit is contained in:
parent
267d9234e5
commit
a95d0ce9ef
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue