omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    How to add custom modules?

    Pythonista
    2
    2
    3136
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sascha
      sascha last edited by ccc

      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.

      1 Reply Last reply Reply Quote 0
      • bennr01
        bennr01 last edited by 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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors