We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c87f43 + 5cb2fc8 commit e60cb0aCopy full SHA for e60cb0a
1 file changed
src/python-modules.md
@@ -7,7 +7,7 @@ If your add-on uses a standard Python module that has not
7
been included, or a package from PyPI, then your add-on will need to bundle the module.
8
9
For pure Python modules, this is usually as simple as putting them in a
10
-subfolder, and adjusting sys.path. For modules that that require C extensions
+subfolder, and adjusting sys.path. For modules that require C extensions
11
such as numpy, things get a fair bit more complicated, as you'll need to bundle
12
the different module versions for each platform, and ensure you're bundling a
13
version that is compatible with the version of Python Anki is packaged with.
0 commit comments