Skip to content

Commit 4cbf490

Browse files
author
saffron
committed
add modules info
1 parent f3a5ad3 commit 4cbf490

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wiki/pygbag/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,11 @@ Make sure you're not pulling assets from outside your folder, like this!
122122
```
123123

124124

125+
### Adding Modules
126+
- [List of available wheels](/wiki/pkg/)
127+
- [requesting modules](https://github.com/pygame-web/pkg-porting-wasm/issues)
125128

126-
### Complex Packages
129+
#### Complex Packages
127130
When importing complex packages (for example, numpy or matplotlib), you must put their import statements at top of `main.py`. You should also add a metadata header as specified by [PEP 723](https://peps.python.org/pep-0723/), for example:
128131
```
129132
# /// script

0 commit comments

Comments
 (0)