Skip to content

Commit bd38cb7

Browse files
authored
Update README.md
1 parent c946f14 commit bd38cb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,11 @@ Useful .gitignore additions:
8787
- [General Python-WASM](https://pygame-web.github.io/wiki/python-wasm/)
8888
- [With Pygbag specifically](https://pygame-web.github.io/wiki/pygbag-code/)
8989
- [Pygbag code examples](https://pygame-web.github.io/wiki/pygbag-code/#pygbag-code-specifics-samples-)
90+
91+
## Adding modules
92+
9093
- [List of available wheels](https://pygame-web.github.io/wiki/pkg/)
94+
- [requesting modules](https://github.com/pygame-web/pkg-porting-wasm/issues)
9195

9296
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:
9397
```
@@ -101,7 +105,6 @@ When importing complex packages (for example, numpy or matplotlib), you must put
101105
# "mdurl",
102106
# "textual",
103107
# ]
104-
# requires-python = ">=3.11"
105108
# ///
106109
```
107110

0 commit comments

Comments
 (0)