Forum Archive

How to add custom modules?

sascha

How can I add custom modules?

  • pip install -U selenium
  • python3.6 -m pip install PyQt5

Please find above two commands I used on my Mac to install the modules. How can I do this in pythonista?

Thanks in advance.

bennr01

You can install pure-python modules using StaSh.
However, you probably wont be able to install PyQt5 and selenium since these packages contains c-code, which can not be used with pythonista.