Forums

How I can install module for Python 3.2?

Subj.

pip-3.2 install --user <package_name>

will install the package from PyPI if it's a pure Python package that doesn't require any C compilation.

If the package you want does include C compilation, drop us an email at support@pythonanywhere.com and let us know and we'll see what we can do about installing it for you.